Fix selectize dropdown z-index in editing page, advanced tab

This commit is contained in:
Flavio Copes
2015-08-12 17:47:06 +02:00
parent c9cea3dda3
commit 4ab28e367b
3 changed files with 7 additions and 1 deletions

View File

@@ -527,6 +527,8 @@ form input, form select, form textarea, form button, form .selectize-input {
line-height: 1.7;
border-radius: 4px;
-webkit-font-smoothing: antialiased; }
form .selectize-dropdown {
z-index: 100000; }
form .form-column > .form-field.grid {
display: block; }
form .form-column > .form-field.grid > .block {

File diff suppressed because one or more lines are too long

View File

@@ -97,6 +97,10 @@ form {
-webkit-font-smoothing: antialiased;
}
.selectize-dropdown {
z-index: 100000;
}
// override horizontal layout
.form-column {
> .form-field.grid {