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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user