Overflow: hidden fix

This commit is contained in:
Mahdi Dibaiee 2014-02-10 15:32:46 +03:30
parent a67e9e6d0f
commit 6501190692

View File

@ -8,6 +8,8 @@ html, body {
margin: 0;
font-size: 10px;
overflow: hidden;
width: 100%;
height: 100%;
}
*::-moz-focus-inner {