adiciona z-index para modais de perfil e volume

This commit is contained in:
Alexander Sabino 2026-05-08 19:33:24 +01:00
parent 11c58f0cfe
commit f1b291dde0
1 changed files with 8 additions and 0 deletions

View File

@ -792,6 +792,14 @@ button, input, select {
place-items: center;
}
#profileFormModal {
z-index: 60;
}
#volumePickerModal {
z-index: 70;
}
.modal-backdrop {
position: absolute;
inset: 0;