mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-04-01 19:09:11 +02:00
made vertical scrollbar always visible
This commit is contained in:
parent
164d3ac642
commit
f15cdf5d7f
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue