Fix overlapping between header and dynamic items

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-22 02:21:45 +03:00
parent 0fb263a0b0
commit 0edd622f1d
2 changed files with 2 additions and 0 deletions

View File

@@ -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;

View File

@@ -737,6 +737,7 @@ html, body {
#header {
position: sticky;
top: 0;
z-index: 99;
height: 10vh;
}
@media screen and (max-width: 850px) {