From 566909046fd38a5a036a0b36ab4f24c733817c76 Mon Sep 17 00:00:00 2001 From: tatiana_vsh Date: Tue, 10 Sep 2024 17:38:31 +0200 Subject: [PATCH] 2 --- src/styles/blocks/top-bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/blocks/top-bar.scss b/src/styles/blocks/top-bar.scss index bd0b082ee..1f1a88bfa 100644 --- a/src/styles/blocks/top-bar.scss +++ b/src/styles/blocks/top-bar.scss @@ -3,8 +3,8 @@ justify-content: space-between; align-items: center; margin-bottom: 48px; - height: auto; - overflow: visible; + position: relative; + z-index: 10; @include on-tablet { margin-bottom: 56px;