mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
disable pull-to-refresh on mobile as it messes with vertical scrolling
This commit is contained in:
4
commafeed-client/src/main.css
Normal file
4
commafeed-client/src/main.css
Normal file
@@ -0,0 +1,4 @@
|
||||
html, body {
|
||||
/* disable pull-to-refresh on mobile as it messes with vertical scrolling */
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
Reference in New Issue
Block a user