# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1601306927 -7200
# Node ID 829d87a70136635cff2f23cd8ba35c1424441e71
# Parent  1ca9384fb681b6088fd5a913b0b2c416f896155c
bulma (CSS): override default Bulma `overflow-y` to avoid permanent scrollbar

diff -r 1ca9384fb681 -r 829d87a70136 sat_templates/templates/bulma/static/styles.css
--- a/sat_templates/templates/bulma/static/styles.css	Mon Sep 28 17:26:47 2020 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Mon Sep 28 17:28:47 2020 +0200
@@ -5,6 +5,11 @@
   --grey-light: hsl(0, 0%, 71%);
 }
 
+html {
+    /* Bulma default force scrollbar, we don't want this */
+    overflow-y: auto;
+}
+
 body.body--fullscreen {
     display: flex;
     flex-direction: column;