mirror of
https://github.com/flarum/framework.git
synced 2025-02-17 21:12:45 +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
747226401c
commit
612453d79a
|
@ -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