From d7e9615453f05e872df78a9977adafbe29e47778 Mon Sep 17 00:00:00 2001 From: davide Date: Mon, 19 Nov 2018 09:35:08 +0100 Subject: [PATCH] Always show scrollbar --- parts/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/parts/static/style.css b/parts/static/style.css index 642bcdb..b96e0d4 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -3,6 +3,7 @@ html { color: #000F0F; font-family: 'Roboto', sans-serif; font-size:large; + overflow-y: scroll; } body {