fixed a z-index issue

This commit is contained in:
Andy Miller
2016-03-07 20:05:30 -07:00
parent 1bd40bf8dd
commit 21e2350a01
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;
} }
} }