made the modal display sit on top for real this time

pull/1108/head
Justin Richer 2016-07-18 15:47:57 -04:00
parent d79bbaf430
commit e073df614f
1 changed files with 8 additions and 0 deletions

View File

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