Skip to content

Commit

Permalink
Update common.css
Browse files Browse the repository at this point in the history
trying to fix mobile problems
  • Loading branch information
gawwcode authored Jan 2, 2025
1 parent a4bbc68 commit f546873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@
html {
scroll-behavior: smooth;
cursor: crosshair;
width: 100vw;
height: 100vh;
}

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

::-webkit-scrollbar {
Expand Down

0 comments on commit f546873

Please sign in to comment.