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