From 6f2006ad72b28e6ae79aaef28dd839a6c31743e9 Mon Sep 17 00:00:00 2001 From: Mykhailo Date: Wed, 31 Jul 2024 18:08:29 +0300 Subject: [PATCH] fix button --- src/styles/blocks/subscribe.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/blocks/subscribe.scss b/src/styles/blocks/subscribe.scss index 002b00979..21ff0f4f7 100644 --- a/src/styles/blocks/subscribe.scss +++ b/src/styles/blocks/subscribe.scss @@ -132,6 +132,7 @@ cursor: pointer; background-image: url('../images/icons/arrow-black.svg'); background-repeat: no-repeat; + z-index: +1; &:hover { background-color: $c-white;