mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-12 16:26:07 +01:00
fixed a z-index issue
This commit is contained in:
3
themes/grav/css-compiled/template.css
vendored
3
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
@@ -356,10 +356,10 @@ textarea.frontmatter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-label.block {
|
.form-label.block {
|
||||||
z-index: 10000;
|
z-index: 1;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
z-index: 10005;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user