Update logarr-base.css
hidden hides the scrollbar entirely. auto does not.
This commit is contained in:
parent
c6e34d3719
commit
4d2e3585b0
@ -31,7 +31,7 @@ body {
|
|||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user