mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +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:
@@ -1,5 +1,8 @@
|
||||
body {
|
||||
html {
|
||||
cursor: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 60px;
|
||||
position: absolute;
|
||||
height: calc(100% - 120px);
|
||||
|
Reference in New Issue
Block a user