adiciona z-index para modais de perfil e volume
This commit is contained in:
parent
11c58f0cfe
commit
f1b291dde0
|
|
@ -792,6 +792,14 @@ button, input, select {
|
||||||
place-items: center;
|
place-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#profileFormModal {
|
||||||
|
z-index: 60;
|
||||||
|
}
|
||||||
|
|
||||||
|
#volumePickerModal {
|
||||||
|
z-index: 70;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue