Show modal close button above content

This commit is contained in:
Toby Zerner 2015-05-02 08:30:35 +09:30
parent affebc2ca1
commit 9034074f8d

View File

@ -3,6 +3,7 @@
.modal-backdrop {
background-color: @fl-body-primary-color;
&.in {
opacity: 0.9;
}
@ -106,6 +107,7 @@
position: absolute;
right: 5px;
top: 5px;
z-index: 1;
}
}
.modal-content {