Merge pull request #1726 from alprs/fix-always_show_scrollbar
Always show vertical scrollbar
This commit is contained in:
3
resources/assets/sass/app.scss
vendored
3
resources/assets/sass/app.scss
vendored
@@ -9,6 +9,9 @@ html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
-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 {
|
||||
|
||||
Reference in New Issue
Block a user