diff --git a/styles.css b/styles.css index fd129f3..bcb6e1b 100644 --- a/styles.css +++ b/styles.css @@ -23,7 +23,7 @@ html, body { background: var(--background-color); margin: 0; padding: 0; - overflow-y: auto; /* Hide vertical scrollbar */ + overflow-y: hidden; /* Hide vertical scrollbar */ overflow-x: hidden; /* Hide horizontal scrollbar */ height: 100dvh; }