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