From a3f992b1fee93e935785e2866fd21184db8835a7 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Mon, 6 Jan 2025 03:29:59 +0100 Subject: [PATCH] Fixing horizontal scroll hopefully --- public/css/styles.css | 1 + public/css/styles.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/public/css/styles.css b/public/css/styles.css index 0e28e43..c0a703a 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -106,6 +106,7 @@ body { position: fixed; height: 100%; width: 100%; + overflow-x: hidden; background: white; z-index: 3; top: 0; diff --git a/public/css/styles.scss b/public/css/styles.scss index 54a9bc6..f7e2b7e 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -138,6 +138,7 @@ body { position: fixed; height: 100%; width: 100%; + overflow-x: hidden; background: white; z-index: 3; top: 0;