@umbraco-cms/backoffice 14.0.0--preview005-ab659bc0 → 14.0.0--preview005-c4fa2a31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -296,6 +296,11 @@ UmbInputTinyMceElement.styles = [
296
296
  .tox .tox-collection__item-label {
297
297
  line-height: 1 !important;
298
298
  }
299
+
300
+ /* Solves issue 1019 by lowering un-needed z-index on header.*/
301
+ .tox.tox-tinymce .tox-editor-header {
302
+ z-index:0;
303
+ }
299
304
  `,
300
305
  ];
301
306
  __decorate([