Merge pull request #1138 from enkelmedia/1019-rte-hide-action-menu
Lower z-index to not hide actions menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user