Skip to content

Commit

Permalink
Disable pull to refresh on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jun 10, 2024
1 parent 4bf8772 commit 4a78bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ViperIDE.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
display: flex;
flex-direction: column;
overscroll-behavior: none;
touch-action: none;
box-sizing: border-box;
background: #272822;
color: white;
Expand Down

0 comments on commit 4a78bf6

Please sign in to comment.