Skip to content

Commit

Permalink
fix multiple scroll sliders on login page in iOS Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
huzaifa-99 authored Apr 7, 2023
1 parent 64f4a78 commit ef56d38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
:root {
color-scheme: dark !important;
}
* {
touch-action: pan-x pan-y;
}
body {
overflow: hidden;
overscroll-behavior: none;
Expand Down

0 comments on commit ef56d38

Please sign in to comment.