Sticker Button: Fix context menu style (#2654)

This commit is contained in:
Alexander Zinchuk 2023-02-25 18:50:25 +01:00
parent 401895c932
commit e789e56295

View File

@ -132,6 +132,6 @@
z-index: var(--z-header-menu);
.bubble {
width: auto;
width: auto !important;
}
}