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