1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00

Merge pull request #49 from martindilling/patch-1

Always show vertical scrollbar
This commit is contained in:
Toby Zerner
2015-03-24 21:04:43 +10:30

View File

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