mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Prevent scrollbars.
This commit is contained in:
parent
03ae6366ea
commit
68ed3e4996
@ -1,8 +1,10 @@
|
||||
html {
|
||||
cursor: none;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow:hidden;
|
||||
margin: 60px;
|
||||
position: absolute;
|
||||
height: calc(100% - 120px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user