Major bugfix with new modal. Minified CSS.

This commit is contained in:
Tom Price
2015-05-18 18:34:18 +01:00
parent e3e0f4855a
commit ee0ffb9169
3 changed files with 8 additions and 9046 deletions

View File

@@ -59,3 +59,7 @@ textarea {
max-width: 100%;
overflow: hidden;
}
.modal-dialog {
z-index: inherit; // bug fix introduced in 52682ce
}