disable pull to refresh on android

This commit is contained in:
Bruno Windels 2020-05-10 10:00:13 +02:00
parent d79e34e450
commit 174b0b7d52
3 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@
background: #333;
color: white;
overflow-y: auto;
overscroll-behavior: contain;
}
.LeftPanel ul {

View file

@ -12,6 +12,8 @@
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-color: black;
color: white;
/* make sure to disable rubber-banding and pull to refresh in a PWA if we'd end up having a scrollbar */
overscroll-behavior: none;
}
.hiddenWithLayout {

View file

@ -1,6 +1,7 @@
.TimelinePanel ul {
overflow-y: auto;
overscroll-behavior: contain;
list-style: none;
padding: 0;
margin: 0;