mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-06 07:41:05 +01:00
Fix selectize dropdown z-index in editing page, advanced tab
This commit is contained in:
@@ -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
@@ -97,6 +97,10 @@ form {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.selectize-dropdown {
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
// override horizontal layout
|
||||
.form-column {
|
||||
> .form-field.grid {
|
||||
|
||||
Reference in New Issue
Block a user