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