mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fixed cursor appearing in margin
Cursor was appearing in the margin so moved `cursor: none` property to html.
This commit is contained in:
parent
576c668d84
commit
c61278f1ad
@ -1,5 +1,8 @@
|
||||
body {
|
||||
html {
|
||||
cursor: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 60px;
|
||||
position: absolute;
|
||||
height: calc(100% - 120px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user