forked from Archives/Athou_commafeed
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;
|
||
|
|
}
|