mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +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
6f5c86775b
@ -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