Fix overlapping between header and dynamic items
This commit is contained in:
@@ -61,6 +61,7 @@ html, body {
|
|||||||
#header {
|
#header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 99;
|
||||||
// Layout, details and children is set in partials/header.scss
|
// Layout, details and children is set in partials/header.scss
|
||||||
height: 10vh;
|
height: 10vh;
|
||||||
|
|
||||||
|
|||||||
@@ -737,6 +737,7 @@ html, body {
|
|||||||
#header {
|
#header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 99;
|
||||||
height: 10vh;
|
height: 10vh;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 850px) {
|
@media screen and (max-width: 850px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user