From 587fc4154ccfeba6bf6188a8e6f3954590839a59 Mon Sep 17 00:00:00 2001 From: Roman <114185528+AufTedor@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:55:05 +0300 Subject: [PATCH] Update adaptive.css --- css/adaptive.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/adaptive.css b/css/adaptive.css index 99eae35..e9d1de4 100644 --- a/css/adaptive.css +++ b/css/adaptive.css @@ -74,7 +74,14 @@ @media (max-width: 767.98px) { .header__burger { display: block; + z-index: 6; } + + .header__logo { + position: realetive; + z-index: 6; + } + .header__nav { transition: all 0.3s ease 0s; position: fixed; @@ -83,6 +90,7 @@ top: -100%; left: 0; background-color: #fff; + z-index: 5; } .header__nav.active { top: 0; @@ -250,4 +258,4 @@ .feat__photo { transform: scale(0.6); } -} \ No newline at end of file +}