mirror of
https://github.com/asabino2/dockerbackup.git
synced 2026-09-24 06:36:59 +00:00
adiciona z-index para modais de perfil e volume
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user