Files
commafeed/commafeed-client/src/main.css

4 lines
129 B
CSS

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