Skip to content

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
updating html & body tags so it doesn't move with scroll on mobile
  • Loading branch information
gawwcode authored Jan 2, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ab97c9b commit 23943d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.css
Original file line number Diff line number Diff line change
@@ -25,13 +25,15 @@
html {
scroll-behavior: smooth;
cursor: crosshair;
position: absolute;
}

body {
background-color: var(--color1);
scroll-behavior: smooth;
overflow: hidden;
width: 100%;
position: absolute;
}

::-webkit-scrollbar {

0 comments on commit 23943d1

Please sign in to comment.