From 0edd622f1dbedef87b92233812d471716e3f62ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Fri, 22 Jul 2022 02:21:45 +0300 Subject: [PATCH] Fix overlapping between header and dynamic items --- resources/css/main.scss | 1 + resources/styles/main.css | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/css/main.scss b/resources/css/main.scss index 8349d83..d4f5761 100644 --- a/resources/css/main.scss +++ b/resources/css/main.scss @@ -61,6 +61,7 @@ html, body { #header { position: sticky; top: 0; + z-index: 99; // Layout, details and children is set in partials/header.scss height: 10vh; diff --git a/resources/styles/main.css b/resources/styles/main.css index 5d147ef..836211c 100644 --- a/resources/styles/main.css +++ b/resources/styles/main.css @@ -737,6 +737,7 @@ html, body { #header { position: sticky; top: 0; + z-index: 99; height: 10vh; } @media screen and (max-width: 850px) {