From 3be53d66b218cc9ce318567569f994661b19b986 Mon Sep 17 00:00:00 2001 From: devartes Date: Thu, 5 Jan 2023 15:59:11 -0300 Subject: [PATCH] style(Header.scss): corrigindo z-index do menu --- src/components/Header/Header.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Header/Header.scss b/src/components/Header/Header.scss index 3aff050..fa3a3bb 100644 --- a/src/components/Header/Header.scss +++ b/src/components/Header/Header.scss @@ -195,7 +195,7 @@ header { @media (max-width: 1025px) { position: absolute; top: 0; - z-index: 2; + z-index: 3; left: -16px; height: 78px; width: 99.573%; @@ -234,7 +234,7 @@ header { & .List__Login.opened { @media (max-width: 1025px) { position: absolute; - z-index: 2; + z-index: 3; width: 99.573%; left: -16px; transform: translateX(0); @@ -288,7 +288,7 @@ header { position: absolute; top: 0; border-top-width: 0px; - z-index: 1; + z-index: 2; } .Nav__Bar { padding-left: 0; @@ -378,7 +378,7 @@ header { .Header__Bottom.opened { @media (max-width: 1025px) { position: absolute; - z-index: 1; + z-index: 2; width: 100%; height: 100%; transform: translateX(0);