Skip to content

Commit 6e61968

Browse files
authored
Merge pull request #1979 from umbraco/v14/bugfix/tinymce-box-shadow
Bugfix: TinyMCE does not show its box-shadow
2 parents a6a645a + fc49213 commit 6e61968

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)