Skip to content

Commit

Permalink
fixed the scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Mar 12, 2024
1 parent aea6677 commit 4a175a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/* Define CSS variables for colors */
:root {
--dark-blue: #003b66;
Expand All @@ -21,6 +22,7 @@ body {
background-color: var(--background-text-color);
color: var(--white);
line-height: 1.8;
overflow: hidden; /* Disable scrolling */
}

.parent {
Expand Down

0 comments on commit 4a175a0

Please sign in to comment.