comparison sat_templates/templates/bulma/static/styles.css @ 292:829d87a70136

bulma (CSS): override default Bulma `overflow-y` to avoid permanent scrollbar
author Goffi <goffi@goffi.org>
date Mon, 28 Sep 2020 17:28:47 +0200
parents 1ca9384fb681
children 7a4bd6de6a56
comparison
equal deleted inserted replaced
291:1ca9384fb681 292:829d87a70136
1 :root { 1 :root {
2 --photo-height: 280px; 2 --photo-height: 280px;
3 --photo-height--poster: 500px; 3 --photo-height--poster: 500px;
4 --col-primary: #82baff; 4 --col-primary: #82baff;
5 --grey-light: hsl(0, 0%, 71%); 5 --grey-light: hsl(0, 0%, 71%);
6 }
7
8 html {
9 /* Bulma default force scrollbar, we don't want this */
10 overflow-y: auto;
6 } 11 }
7 12
8 body.body--fullscreen { 13 body.body--fullscreen {
9 display: flex; 14 display: flex;
10 flex-direction: column; 15 flex-direction: column;