From 4a175a0c7326fad20c28a8c770dfbfedcb27d1e2 Mon Sep 17 00:00:00 2001 From: Burhanuddin Khatri <144617735+BurhanCantCode@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:22:09 +0500 Subject: [PATCH] fixed the scroll issue --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 4467fe6..e8e5bc2 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,4 @@ + /* Define CSS variables for colors */ :root { --dark-blue: #003b66; @@ -21,6 +22,7 @@ body { background-color: var(--background-text-color); color: var(--white); line-height: 1.8; + overflow: hidden; /* Disable scrolling */ } .parent {