Skip to content

Commit

Permalink
Removed scrollbar for a cleaner look
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneStanding committed Oct 1, 2024
1 parent 994b0a4 commit 404f701
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
font-family: var(--font);
}

::-webkit-scrollbar {
display: none;
}

* {
-ms-overflow-style: none;
scrollbar-width: none;
}

header {
background: url('img/headerbg.jpg') center/cover
}
Expand Down

0 comments on commit 404f701

Please sign in to comment.