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

4 lines
129 B
CSS
Raw Normal View History

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