From 90f026cfe7973547613fba9af3d20b91da8f4b18 Mon Sep 17 00:00:00 2001 From: kasperrt Date: Tue, 3 Nov 2020 13:23:38 +0100 Subject: [PATCH] fix: z-index-fuckery --- src/styles/banner.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/banner.scss b/src/styles/banner.scss index b361a86..49f41ad 100644 --- a/src/styles/banner.scss +++ b/src/styles/banner.scss @@ -4,6 +4,7 @@ .top-banner{ position: sticky; top: 0; + z-index: 1; display: grid; grid-template-columns: 0.5fr 1fr 0.5fr; grid-template-areas: "menu logo clock";