UX: add padding bottom to chat index list (#29096)

This commit is contained in:
chapoi 2024-10-07 07:09:27 +02:00 committed by GitHub
parent 7ecb258b83
commit 8d1867688f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
position: relative;
@include chat-scrollbar();
height: 100%;
padding-bottom: 1rem;
@include breakpoint(mobile-large) {
@include chat-scrollbar();