From 8d1867688f48055e0d3b2251612797c716e273bb Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:09:27 +0200 Subject: [PATCH] UX: add padding bottom to chat index list (#29096) --- plugins/chat/assets/stylesheets/common/chat-index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-index.scss b/plugins/chat/assets/stylesheets/common/chat-index.scss index 41d3f8616fe..4a4956a2aea 100644 --- a/plugins/chat/assets/stylesheets/common/chat-index.scss +++ b/plugins/chat/assets/stylesheets/common/chat-index.scss @@ -31,6 +31,7 @@ position: relative; @include chat-scrollbar(); height: 100%; + padding-bottom: 1rem; @include breakpoint(mobile-large) { @include chat-scrollbar();