fix: remove older CSS additions that should no longer be relevant to TinyMCE v6 such as z-index, which messes with the box-shadow

This commit is contained in:
Jacob Overgaard
2024-06-03 15:14:51 +02:00
parent 7aaeb09cc1
commit f6db30310c

View File

@@ -367,14 +367,6 @@ export class UmbInputTinyMceElement extends UUIFormControlMixin(UmbLitElement, '
border: var(--uui-input-border-width, 1px) solid var(--uui-input-border-color, var(--uui-color-border, #d8d7d9));
}
.tox-tinymce-aux {
z-index: 9000;
}
.tox-tinymce-inline {
z-index: 900;
}
.tox-tinymce-fullscreen {
position: absolute;
}
@@ -383,11 +375,6 @@ export class UmbInputTinyMceElement extends UUIFormControlMixin(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;
}
`,
];
}