mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Improve scrollbar hiding.
This commit is contained in:
parent
bc8dccd4b5
commit
d6fa1f9cbc
@ -3,8 +3,11 @@ html {
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow:hidden;
|
||||
margin: 60px;
|
||||
position: absolute;
|
||||
height: calc(100% - 120px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user