Major bugfix with new modal. Minified CSS.

This commit is contained in:
Tom Price
2015-05-18 18:34:18 +01:00
parent dae29bd5a7
commit c96e9ae5b4
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
}