summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSpreadyy <sandro@012345.ch>2016-10-28 09:42:50 +0200
committerGitHub <noreply@github.com>2016-10-28 09:42:50 +0200
commit33acb7972b228b523f769a4760c2939cab454c33 (patch)
tree63d61ce3ddc86c7d59668b7d5506d6b61ffe7709 /www
parent6975e29c5cf8ed7773eff922814723fe76d06f3a (diff)
downloadqutebrowser-33acb7972b228b523f769a4760c2939cab454c33.tar.gz
qutebrowser-33acb7972b228b523f769a4760c2939cab454c33.zip
Always show scrollbar so the page doesn't jump around
Diffstat (limited to 'www')
-rw-r--r--www/qute.css1
1 files changed, 1 insertions, 0 deletions
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 {