fix: Honor stacking context to fix vanishing menu.

This commit is contained in:
muli 2022-07-24 10:35:55 +02:00
parent b5e9b4a66a
commit f508b40fd0
1 changed files with 1 additions and 1 deletions

View File

@ -1478,6 +1478,7 @@ footer {
background-image: none;
margin: 0;
padding: 0;
z-index: 40;
}
.slim_box__top_bar_left {
@ -1517,7 +1518,6 @@ footer {
position: absolute;
top: 6.5rem;
right: 0;
z-index: 30;
border-top: 2px solid var(--wtf-nearly-black);
border-left: 2px solid var(--wtf-nearly-black);
border-bottom: 2px solid var(--wtf-nearly-black);