fix: Modal z-index

This commit is contained in:
Suraj Shetty 2019-05-27 14:44:51 +05:30
parent bbbb99f4d6
commit 1907e8ad7e

View file

@ -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;