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 {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
body {
|
||||
overflow-y: auto;
|
||||
@ -436,4 +436,4 @@ box-shadow: none;
|
||||
color: #fff !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user