mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +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;
|
cursor: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
margin: 60px;
|
margin: 60px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: calc(100% - 120px);
|
height: calc(100% - 120px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user