#1019 fixed issue with comment

This commit is contained in:
Markus Johansson
2024-01-22 00:33:21 +01:00
parent afca263105
commit 5a2cb8b9dc

View File

@@ -336,7 +336,7 @@ export class UmbInputTinyMceElement extends FormControlMixin(UmbLitElement) {
line-height: 1 !important;
}
// Solves issue 1019 by lowering un-needed z-index on header.
/* Solves issue 1019 by lowering un-needed z-index on header.*/
.tox.tox-tinymce .tox-editor-header {
z-index:0;
}