From d4ce5034606d875bcb1daa40278f8bf5f93f6f8e Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:18:05 +0200 Subject: [PATCH] UX: add max width for c-navbar on mobile to prevent horizontal scroll (#25182) --- plugins/chat/assets/stylesheets/mobile/chat-navbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss b/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss index 2a90d0496e4..5faf8a9dec3 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-navbar.scss @@ -1,5 +1,6 @@ .c-navbar { &-container { + max-width: 100vw; padding-inline: 0.25rem; } }