Improve scrollbar hiding.

This commit is contained in:
Michael Teeuw 2016-04-13 09:58:56 +02:00
parent bc8dccd4b5
commit d6fa1f9cbc

View File

@ -3,8 +3,11 @@ html {
overflow:hidden; overflow:hidden;
} }
::-webkit-scrollbar {
display: none;
}
body { body {
overflow:hidden;
margin: 60px; margin: 60px;
position: absolute; position: absolute;
height: calc(100% - 120px); height: calc(100% - 120px);