Merge pull request #1726 from alprs/fix-always_show_scrollbar
Always show vertical scrollbar
This commit is contained in:
Vendored
+3
@@ -9,6 +9,9 @@ html {
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
// always show up-down scrollbar to prevent content from jumping left/right
|
||||||
|
// depending on whether the page is taller than 100% of viewport height
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user