mirror of
https://github.com/flarum/core.git
synced 2025-06-10 16:44:59 +02: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:
@ -1,6 +1,7 @@
|
||||
body {
|
||||
background: @fl-body-bg;
|
||||
color: @fl-body-color;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.container-narrow {
|
||||
max-width: 500px;
|
||||
|
Reference in New Issue
Block a user