mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
4 lines
129 B
CSS
4 lines
129 B
CSS
html, body {
|
|
/* disable pull-to-refresh on mobile as it messes with vertical scrolling */
|
|
overscroll-behavior: none;
|
|
} |