fix local modal dismiss on click into empty space

This commit is contained in:
Felix Niklas 2015-01-21 16:41:01 +01:00
parent 47910a4ef5
commit 72fb2907f3

View file

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