From b0cec25715e9742ea9e6b195c4b2c5c58f87c1e6 Mon Sep 17 00:00:00 2001 From: martincupela Date: Wed, 29 Apr 2026 10:19:20 +0200 Subject: [PATCH] fix: prevent cutting off button outlines in ContextMenu components --- src/components/Dialog/styling/ContextMenu.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Dialog/styling/ContextMenu.scss b/src/components/Dialog/styling/ContextMenu.scss index 9be7229b7..9645ee42b 100644 --- a/src/components/Dialog/styling/ContextMenu.scss +++ b/src/components/Dialog/styling/ContextMenu.scss @@ -135,10 +135,10 @@ display: flex; flex-direction: column; gap: var(--str-chat__spacing-xxxs); - overflow-x: hidden; } .str-chat__context-menu__body.str-chat__context-menu__body--submenu-forward { + overflow-x: hidden; animation-duration: 280ms; animation-name: var( --str-chat__context-menu-submenu-forward-animation, @@ -152,6 +152,7 @@ } .str-chat__context-menu__body.str-chat__context-menu__body--submenu-backward { + overflow-x: hidden; animation-duration: 400ms; animation-name: var( --str-chat__context-menu-submenu-backward-animation,