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;
|
||||
padding-left: 40px;
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
background: hsla(210,17%,98%,.55);
|
||||
bottom: auto;
|
||||
min-height: 100vh;
|
||||
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: hsla(210,17%,93%,.55);
|
||||
height: 100% !important;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
|
|
Loading…
Reference in a new issue