Skip to content

Commit

Permalink
Merge pull request #14005 from shonsirsha/fix/inconsistent-or-locking…
Browse files Browse the repository at this point in the history
…-scroll-safari-mobile

fix: hide overflow of html's body to fix scroll bug on safari ios
  • Loading branch information
pecanoro authored Jan 10, 2023
2 parents d117f46 + 591bc1f commit a26d600
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;
}
body {
overflow: hidden;
}
#drag-area {
-webkit-app-region: drag;
}
Expand Down

0 comments on commit a26d600

Please sign in to comment.