mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
bottom navbar zindex under modal backdrop
This commit is contained in:
parent
cf93f5637c
commit
4a6221d9bb
@ -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"
|
||||||
|
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user