Skip to content

Commit

Permalink
Hide scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tassyguy committed Oct 19, 2023
1 parent 7ec400b commit b89c267
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,18 @@
box-sizing: border-box;
padding: 0;
margin: 0;
-ms-overflow-style: none;
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
}

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



html,
body {
max-width: 100vw;
Expand Down

0 comments on commit b89c267

Please sign in to comment.