From 5699df5a6e3f867d545b40607d593fb6b16c6381 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 5 Jul 2023 13:14:37 +0200 Subject: [PATCH] Sticker: Fix "Remove from recent" button (#3373) --- src/components/common/StickerButton.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/common/StickerButton.scss b/src/components/common/StickerButton.scss index 59cbb0f8c..846f3991a 100644 --- a/src/components/common/StickerButton.scss +++ b/src/components/common/StickerButton.scss @@ -123,13 +123,15 @@ width: 1.25rem; height: 1.25rem; padding: 0.125rem; - z-index: 1; + z-index: 2; .icon { font-size: 1rem; } opacity: 0; + + transition: opacity 0.15s ease; } }