fix local modal dismiss on click into empty space
This commit is contained in:
parent
47910a4ef5
commit
72fb2907f3
1 changed files with 6 additions and 3 deletions
|
@ -4160,11 +4160,14 @@ footer {
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: auto;
|
bottom: auto;
|
||||||
background: hsla(210,17%,98%,.55);
|
min-height: 100vh;
|
||||||
|
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
display: none;
|
position: absolute;
|
||||||
|
background: hsla(210,17%,93%,.55);
|
||||||
|
height: 100% !important;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
|
|
Loading…
Reference in a new issue