From 5657393e6bbc86f086a19a6e292a82c105431558 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Thu, 22 Jul 2021 11:36:12 -0400 Subject: [PATCH] fix: hiding horizontal scroll --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index 0094f39..156cb70 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,7 @@ html { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + overflow-y: hidden; } body {