fix overflow glitch on vertical slides in mobile safari
This commit is contained in:
parent
4821c7b814
commit
2d7d5be216
|
@ -30,13 +30,13 @@ html, body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
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 New Issue