Prevent scrollbars on mobile
parent
be6a5b6caa
commit
87e389a956
|
|
@ -11,6 +11,8 @@ html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: hidden;
|
||||||
|
|
||||||
+mobile() {
|
+mobile() {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -20,6 +22,7 @@ html {
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
overflow-y: hidden;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
|
||||||
+desktop() {
|
+desktop() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue