made vertical scrollbar always visible

This commit is contained in:
nilsding 2014-11-03 12:59:55 +01:00
parent 164d3ac642
commit f15cdf5d7f
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
/* all custom SCSS should go into here */ /* all custom SCSS should go into here */
body {
overflow-y: scroll;
}
.j2-page { .j2-page {
padding-top: 30px; padding-top: 30px;
} }