Skip to content
Snippets Groups Projects
Commit a86cd28c authored by Claire Ristow's avatar Claire Ristow
Browse files

Issue #3381503: Z-index bugs

parent 0fdad00e
No related branches found
No related tags found
No related merge requests found
......@@ -317,6 +317,7 @@ html:not(.navigation-active) .navigation-menu-wrapper {
top: 0.625rem;
border-radius: 50%;
background-color: var(--color-blue-600);
z-index: 1;
}
.level-2:not(.current) > .navigation-link:hover::before,
......@@ -428,7 +429,7 @@ html:not(.navigation-active) .navigation-menu-wrapper {
margin-top: auto;
position: sticky;
bottom: 0;
z-index: 1;
z-index: 40;
margin-left: -0.5rem;
margin-right: -0.5rem;
width: calc(100% + var(--space-m));
......
......@@ -303,6 +303,7 @@ html:not(.navigation-active) {
top: 10px;
border-radius: 50%;
background-color: var(--color-blue-600);
z-index: 1;
}
&:not(.current) > .navigation-link:hover::before {
......@@ -419,7 +420,7 @@ html:not(.navigation-active) {
margin-block-start: auto;
position: sticky;
bottom: 0;
z-index: 1;
z-index: 40;
margin-inline: -8px;
width: calc(100% + var(--space-m));
border-block-start: 1px solid transparent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment