From 8f4f69dc41a343e791ead60cccc84ef0063a49e9 Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:43:26 -0500 Subject: [PATCH] - Attempted fix for overflow-x issue on Firefox mobile --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c0433ee..1ce309b 100644 --- a/css/style.css +++ b/css/style.css @@ -22,10 +22,13 @@ --transition-speed: 0.1s; } +html, body { + overflow-x: hidden; +} body { background: var(--rd-black); - overflow-x: hidden; + /* overflow-x: hidden; */ } p {