From 2d4b6d7355b32630cab34337c5d8158ef1acfae7 Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Fri, 3 Apr 2020 14:26:09 +0200 Subject: [PATCH] hide horizontal scrollbar on mobile --- assets/css/main.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 4c81008..5a6dc2c 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -30,6 +30,8 @@ $code: Menlo,Monaco,"Courier New",monospace; html, body { height: 100%; + width: 100%; + overflow-x: hidden; } html { @@ -492,4 +494,4 @@ footer { // BREAKPOINTS @import "partials/_breakpoints"; -@import "custom"; \ No newline at end of file +@import "custom";