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:
@@ -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;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user