Skip to content

Commit

Permalink
testing removing scroll on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahthedev committed Jan 27, 2024
1 parent f601cf0 commit 75180a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Edge */
overflow-y: hidden;
}
html, body {
touch-action: manipulation;
Expand Down

0 comments on commit 75180a6

Please sign in to comment.