From 90d2cf39ce225ee837b02aa527acd0b26f552a1c Mon Sep 17 00:00:00 2001 From: vitya-ne <9317613+vitya-ne@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:47:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=D1=83=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=81=D1=80=D0=B5=D0=B4=D0=BD=D0=B8=D1=85=20=D1=8D=D0=BA=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/header.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/blocks/header.css b/src/styles/blocks/header.css index e4f69bf3..f1f73cfe 100644 --- a/src/styles/blocks/header.css +++ b/src/styles/blocks/header.css @@ -46,7 +46,9 @@ position: sticky; width: 100%; } +} +@media (width >= 1024px) { .header--open .header__menu { position: fixed; top: 55px;