made vertical scrollbar always visible
This commit is contained in:
parent
164d3ac642
commit
f15cdf5d7f
|
@ -1,5 +1,9 @@
|
|||
/* all custom SCSS should go into here */
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.j2-page {
|
||||
padding-top: 30px;
|
||||
}
|
Loading…
Reference in New Issue