From 24d032f5812b0c7b45167f1724b67d7b8b2dd4fd Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:52:25 -0500 Subject: [PATCH] Add !important to overflow-x --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1ce309b..b401949 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,7 @@ } html, body { - overflow-x: hidden; + overflow-x: hidden !important; } body {