fix: Modal z-index
This commit is contained in:
parent
bbbb99f4d6
commit
1907e8ad7e
1 changed files with 1 additions and 1 deletions
|
|
@ -1089,12 +1089,12 @@ body.full-width {
|
|||
}
|
||||
|
||||
.modal-minimize {
|
||||
z-index: 2;
|
||||
position: initial;
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
}
|
||||
.modal-dialog {
|
||||
z-index: 101;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue