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:
Martin Dilling-Hansen 2015-03-24 11:05:16 +01:00
parent b0398b55a1
commit 83d1ed97ae

View File

@ -1,6 +1,7 @@
body {
background: @fl-body-bg;
color: @fl-body-color;
overflow-y: scroll;
}
.container-narrow {
max-width: 500px;