Fixed cursor appearing in margin

Cursor was appearing in the margin so moved `cursor: none` property to html.
This commit is contained in:
Sam Vendittelli 2016-04-01 23:23:44 +01:00
parent 576c668d84
commit c61278f1ad

View File

@ -1,5 +1,8 @@
body {
html {
cursor: none;
}
body {
margin: 60px;
position: absolute;
height: calc(100% - 120px);