z index for header

This commit is contained in:
Ross Trottier 2024-08-22 09:01:52 -06:00
parent c1bfb6c9f7
commit 280973cc13

View File

@ -191,12 +191,12 @@ SECTIONS
-o-transition: max-height 300ms;
transition: max-height 300ms;
max-height: 400px;
z-index: 999;
}
.st-header-scrolled {
max-height: 80px;
background-color: rgba(255, 255, 255, 0.95);
z-index: 999;
}
.st-header-icon-bar {