Skip to content

Commit fc49213

Browse files
committed
fix: remove older CSS additions that should no longer be relevant to TinyMCE v6 such as z-index, which messes with the box-shadow
1 parent 419720a commit fc49213

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/packages/tiny-mce/components/input-tiny-mce/input-tiny-mce.element.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,6 @@ export class UmbInputTinyMceElement extends UUIFormControlMixin(UmbLitElement, '
367367
border: var(--uui-input-border-width, 1px) solid var(--uui-input-border-color, var(--uui-color-border, #d8d7d9));
368368
}
369369
370-
.tox-tinymce-aux {
371-
z-index: 9000;
372-
}
373-
374-
.tox-tinymce-inline {
375-
z-index: 900;
376-
}
377-
378370
.tox-tinymce-fullscreen {
379371
position: absolute;
380372
}
@@ -383,11 +375,6 @@ export class UmbInputTinyMceElement extends UUIFormControlMixin(UmbLitElement, '
383375
.tox .tox-collection__item-label {
384376
line-height: 1 !important;
385377
}
386-
387-
/* Solves issue 1019 by lowering un-needed z-index on header.*/
388-
.tox.tox-tinymce .tox-editor-header {
389-
z-index: 0;
390-
}
391378
`,
392379
];
393380
}

0 commit comments

Comments
 (0)