forked from ag_kommunikation/webseite
Merge pull request 'fix: Honor stacking context to fix vanishing menu.' (#113) from #110_mobiles_menu_hinter_card_box into main
Reviewed-on: ag_kommunikation/webseite#113
This commit is contained in:
commit
a129161adf
@ -1478,6 +1478,7 @@ footer {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
z-index: 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slim_box__top_bar_left {
|
.slim_box__top_bar_left {
|
||||||
@ -1517,7 +1518,6 @@ footer {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 6.5rem;
|
top: 6.5rem;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 30;
|
|
||||||
border-top: 2px solid var(--wtf-nearly-black);
|
border-top: 2px solid var(--wtf-nearly-black);
|
||||||
border-left: 2px solid var(--wtf-nearly-black);
|
border-left: 2px solid var(--wtf-nearly-black);
|
||||||
border-bottom: 2px solid var(--wtf-nearly-black);
|
border-bottom: 2px solid var(--wtf-nearly-black);
|
||||||
|
Loading…
Reference in New Issue
Block a user