From a8330222f98d4abcdb748f67a27e6b5b3d324108 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 16 Jan 2024 11:12:36 +0100 Subject: [PATCH] FIX: correctly support safe-area-inset-bottom in footer (#25276) --- plugins/chat/assets/stylesheets/mobile/chat-footer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/mobile/chat-footer.scss b/plugins/chat/assets/stylesheets/mobile/chat-footer.scss index a7cea6102d8..a38a291395a 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-footer.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-footer.scss @@ -20,6 +20,7 @@ position: sticky; bottom: 0; left: 0; + padding-bottom: env(safe-area-inset-bottom); &__item { display: flex;