hide horizontal scrollbar on mobile

This commit is contained in:
kendo5731 2020-04-03 14:26:09 +02:00
parent 9ec04a2978
commit 2d4b6d7355

View File

@ -30,6 +30,8 @@ $code: Menlo,Monaco,"Courier New",monospace;
html, html,
body { body {
height: 100%; height: 100%;
width: 100%;
overflow-x: hidden;
} }
html { html {
@ -492,4 +494,4 @@ footer {
// BREAKPOINTS // BREAKPOINTS
@import "partials/_breakpoints"; @import "partials/_breakpoints";
@import "custom"; @import "custom";