Skip to content

Commit

Permalink
Fixes logo z index
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-scheele committed Aug 26, 2024
1 parent 8888a33 commit 3bd5180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,7 @@ input[type='checkbox'] {
padding: 0 0.75rem;
text-decoration: none;
word-break: break-word;
z-index: 999999;
}

.header__heading-link:hover .h2 {
Expand Down
2 changes: 1 addition & 1 deletion assets/component-mega-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
position: absolute;
right: 0;
top: calc(100% - 25px);
z-index: 999999;
z-index: 999998;
}

.scrolled-past-header .mega-menu__content {
Expand Down

0 comments on commit 3bd5180

Please sign in to comment.