From 3a1d57d1ca2a996d52904029ed04787f7c99606b Mon Sep 17 00:00:00 2001 From: sentriz Date: Sat, 6 Jul 2019 21:19:10 +0100 Subject: [PATCH] always show srollbar --- server/assets/stylesheets/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/assets/stylesheets/main.css b/server/assets/stylesheets/main.css index 302c1a1..a0f0622 100644 --- a/server/assets/stylesheets/main.css +++ b/server/assets/stylesheets/main.css @@ -7,6 +7,7 @@ body { flex-direction: column; justify-content: space-between; line-height: 1rem; + overflow-y: scroll; } @media only screen and (max-width: 780px) {