From 2a0bfb6addab78b233c504118db9598d83572b43 Mon Sep 17 00:00:00 2001 From: Michel Murabito Date: Mon, 29 Jan 2024 09:22:10 +0100 Subject: [PATCH] Update style.css (#1) Deactivation of the overflow on the X-axis, while still maintaining the overflow on the Y-axis. --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 0c5ac14..5cd3c41 100644 --- a/src/style.css +++ b/src/style.css @@ -34,7 +34,7 @@ html, body { width: 100%; height: 100%; - overflow: hidden; + overflow-x: hidden; } body {