From e789e56295b63feb99788a1020e4a9abb03445ff Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 25 Feb 2023 18:50:25 +0100 Subject: [PATCH] Sticker Button: Fix context menu style (#2654) --- src/components/common/StickerButton.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/StickerButton.scss b/src/components/common/StickerButton.scss index 61d2df35c..5eae702c7 100644 --- a/src/components/common/StickerButton.scss +++ b/src/components/common/StickerButton.scss @@ -132,6 +132,6 @@ z-index: var(--z-header-menu); .bubble { - width: auto; + width: auto !important; } }