From 33acb7972b228b523f769a4760c2939cab454c33 Mon Sep 17 00:00:00 2001 From: Spreadyy Date: Fri, 28 Oct 2016 09:42:50 +0200 Subject: Always show scrollbar so the page doesn't jump around --- www/qute.css | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/qute.css b/www/qute.css index 721aba51e..d8367603b 100644 --- a/www/qute.css +++ b/www/qute.css @@ -7,6 +7,7 @@ body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-text-size-adjust: none; color: #333333; + overflow-y: scroll; } p { -- cgit v1.2.3-54-g00ecf