From eab0924b4f6229b5c71c5314ff40ef813392dfa7 Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 11 Sep 2024 10:23:03 -0700 Subject: [PATCH] hide x axis scrollbar --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 92b617c..efd3186 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ display: flex; flex-direction: column; min-height: 100vh; + overflow-x: hidden; } h1 {