Fix quill & feedback z-index

This commit is contained in:
2019-09-18 19:37:04 +02:00
parent c36d33890e
commit 4f83feced9
8 changed files with 31 additions and 36 deletions

View File

@@ -13,4 +13,8 @@
.ql-editor.ql-blank::before {
left: 1.5em;
color: $gray-400;
}
.ql-snow .ql-tooltip {
z-index: 10;
}

View File

@@ -89,7 +89,7 @@ a.button:active {
position: absolute;
bottom: 1em;
right: 1em;
width: 33%;
width: 45%;
z-index: 1000;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long