summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:14:00 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:14:00 +0200
commitaaa23bb36cd286991dbebd8af2f6c57c02176c57 (patch)
treedc634678134c4aa76956a084ef825f7854a81c0e /style.css
parentfbb6bb8989a0440cc5e19eee29c58120663418e6 (diff)
always present scroll bar to avoid jumping
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 66acd4b..01b2a59 100644
--- a/style.css
+++ b/style.css
@@ -39,6 +39,10 @@ html, body {
39 height: 100%; 39 height: 100%;
40} 40}
41 41
42html {
43 overflow-y: scroll;
44}
45
42.wrapper { 46.wrapper {
43 min-height: 100%; 47 min-height: 100%;
44 height: auto !important; 48 height: auto !important;