mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:53:37 +08:00
UX: contains overscroll in channels list (#20353)
This commit is contained in:
parent
3c6e3173cd
commit
e797d2082b
|
@ -1,5 +1,6 @@
|
||||||
.channels-list {
|
.channels-list {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overscroll-behavior: contain;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user