mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 12:47:48 +01: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 */
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.j2-page {
|
||||
padding-top: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue