diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 03:14:00 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 03:14:00 +0200 |
commit | aaa23bb36cd286991dbebd8af2f6c57c02176c57 (patch) | |
tree | dc634678134c4aa76956a084ef825f7854a81c0e | |
parent | fbb6bb8989a0440cc5e19eee29c58120663418e6 (diff) |
always present scroll bar to avoid jumping
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ html, body { | |||
39 | height: 100%; | 39 | height: 100%; |
40 | } | 40 | } |
41 | 41 | ||
42 | html { | ||
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; |