From 6a91985ea74a227e62758a5e08a6bc6b01e863d0 Mon Sep 17 00:00:00 2001 From: TuukkaIkius Date: Fri, 26 Jan 2024 11:12:59 +0200 Subject: [PATCH] style: sticky header on desktop --- components/Header/Header.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Header/Header.module.css b/components/Header/Header.module.css index bcb3d43f1d..92991c253a 100644 --- a/components/Header/Header.module.css +++ b/components/Header/Header.module.css @@ -12,7 +12,6 @@ z-index: 2000; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24); @media (--nav) { - position: relative; height:80px; box-shadow: none; top:0;