mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Always show vertical scrollbar
Show the vertical scrollbar as inactive when content of the site don't require any scrolling, instead of not showing anything. This avoids the annoying "jumps" when you switch between pages that require scrolling vs don't require scrolling.
This commit is contained in:
parent
b0398b55a1
commit
83d1ed97ae
|
@ -1,6 +1,7 @@
|
|||
body {
|
||||
background: @fl-body-bg;
|
||||
color: @fl-body-color;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.container-narrow {
|
||||
max-width: 500px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user