From dd5af942caf94ba4fef220adb6ba01e40fb94d81 Mon Sep 17 00:00:00 2001 From: FiliusPatris Date: Sat, 10 Apr 2021 00:06:40 +0200 Subject: [PATCH] Hide x-direction scrollbar --- styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/index.css b/styles/index.css index f564248..0cf8923 100644 --- a/styles/index.css +++ b/styles/index.css @@ -18,4 +18,5 @@ body { margin: 0; font-family: "Work Sans", sans-serif; font-weight: 250; + overflow-x: hidden; }