made the modal display sit on top for real this time

pull/1108/head
Justin Richer 8 years ago
parent d79bbaf430
commit e073df614f

@ -192,3 +192,11 @@ h1,label {
max-width: 64px;
max-height: 64px
}
/* Modal and sheet fight for the same z-index otherwise */
.modal-backdrop {
z-index: 2040;
}
.modal {
z-index: 2050;
}

Loading…
Cancel
Save