bottom navbar zindex under modal backdrop

This commit is contained in:
Tykayn 2022-02-16 12:02:07 +01:00 committed by tykayn
parent cf93f5637c
commit 4a6221d9bb
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<p-dialog <p-dialog
[modal]="true" [modal]="true"
[(visible)]="display_lang_dialog" [(visible)]="display_lang_dialog"
[breakpoints]="{ '960px': '75vw' }" [breakpoints]="['960px']"
[style]="{ width: '75vw' }" [style]="{ width: '75vw' }"
[draggable]="false" [draggable]="false"
[showHeader]="false" [showHeader]="false"

View File

@ -65,7 +65,7 @@ a span.ui-steps-number {
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.05); box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.05);
box-sizing: border-box; box-sizing: border-box;
bottom: 0; bottom: 0;
z-index: 10; z-index: 9;
height: auto; height: auto;
background: $white; background: $white;
width: 100%; width: 100%;