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