Merge pull request #1138 from enkelmedia/1019-rte-hide-action-menu

Lower z-index to not hide actions menu
This commit is contained in:
Niels Lyngsø
2024-01-24 08:50:28 +01:00
committed by GitHub

View File

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