From e88e69428faffed301ecc5233d3adf2ab897afaa Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Thu, 22 Jul 2021 11:37:35 -0400 Subject: [PATCH] fix: wrong axis :| --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 156cb70..118db21 100644 --- a/css/index.css +++ b/css/index.css @@ -1,7 +1,7 @@ html { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - overflow-y: hidden; + overflow-x: hidden; } body {