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

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;