From b9c27363d261b5953fd314e37136fb1f068cfdb1 Mon Sep 17 00:00:00 2001 From: Jorge Date: Thu, 12 Sep 2024 10:20:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20STYLE=20-=20Overflow=20scroll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 3ca27b1..9cb3c31 100644 --- a/css/styles.css +++ b/css/styles.css @@ -65,7 +65,8 @@ body { width: 100vw; margin: 0; display: grid; - overflow: hidden; + overflow-y: scroll; + overflow-x: hidden; } main {