forked from mystiq/hydrogen-web
disable pull to refresh on android
This commit is contained in:
parent
d79e34e450
commit
174b0b7d52
3 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
background: #333;
|
||||
color: white;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
.LeftPanel ul {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
.TimelinePanel ul {
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue