keep pull to refresh for safari (#1168)

This commit is contained in:
Athou
2024-06-12 13:04:13 +02:00
parent f6b3114a91
commit cd86947e64
6 changed files with 58 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
html, body {
/* disable pull-to-refresh on mobile as it messes with vertical scrolling */
overscroll-behavior: none;
}