aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
index 6334a7a..5b049eb 100644
--- a/src/app.css
+++ b/src/app.css
@@ -28,6 +28,7 @@ body {
28 flex-direction: column; 28 flex-direction: column;
29 min-height: 100vh; 29 min-height: 100vh;
30 overflow: auto; 30 overflow: auto;
31 overflow-y: auto;
31 32
32 /* Hide scrollbar, preserve scroll */ 33 /* Hide scrollbar, preserve scroll */
33 -ms-overflow-style: none; /* IE/Edge */ 34 -ms-overflow-style: none; /* IE/Edge */