mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-16 02:06:08 +01:00
fixed a z-index issue
This commit is contained in:
@@ -356,10 +356,10 @@ textarea.frontmatter {
|
||||
}
|
||||
|
||||
.form-label.block {
|
||||
z-index: 10000;
|
||||
z-index: 1;
|
||||
|
||||
&:hover {
|
||||
z-index: 10005;
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user