disabled overflow on body (fixes #2)
This commit is contained in:
parent
d2faad4730
commit
e6f444a307
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ html, body {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
overflow-y: auto;
|
|
||||||
|
|
||||||
font-family: 'Lato', Times, 'Times New Roman', serif;
|
font-family: 'Lato', Times, 'Times New Roman', serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
|
Loading…
Reference in a new issue