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;
|
||||
}
|
||||
|
||||
#profileFormModal {
|
||||
z-index: 60;
|
||||
}
|
||||
|
||||
#volumePickerModal {
|
||||
z-index: 70;
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue