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