@tmagic/editor 1.2.0-beta.6 → 1.2.0-beta.8

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.
package/dist/style.css CHANGED
@@ -793,4 +793,10 @@
793
793
  width: 100%;
794
794
  display: flex;
795
795
  justify-self: space-between;
796
+ }
797
+ .m-editor-breadcrumb {
798
+ position: absolute;
799
+ left: 5px;
800
+ top: 5px;
801
+ z-index: 10;
796
802
  }