dev #14562 Добавить меню для iOS WPA: fix z index of menu
This commit is contained in:
parent
abdb5b790c
commit
e20cd30a54
@ -47,6 +47,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.menu__dropdown {
|
.menu__dropdown {
|
||||||
|
z-index: 110;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@ -63,6 +64,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.backdrop {
|
.backdrop {
|
||||||
|
z-index: 100;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
@ -26,4 +26,4 @@ const routes: Routes = [
|
|||||||
imports: [RouterModule.forChild(routes)],
|
imports: [RouterModule.forChild(routes)],
|
||||||
exports: [RouterModule],
|
exports: [RouterModule],
|
||||||
})
|
})
|
||||||
export class DefaultOptionRoutingModule {}
|
export class DefaultOptionRoutingModule { }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user