UX: contains overscroll in channels list (#20353)

This commit is contained in:
Joffrey JAFFEUX 2023-02-18 11:00:02 +01:00 committed by GitHub
parent 3c6e3173cd
commit e797d2082b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
.channels-list {
overflow-y: auto;
overscroll-behavior: contain;
height: 100%;
padding-bottom: env(safe-area-inset-bottom);
position: relative;