diff --git a/dist/css/components/ckeditor5.css b/dist/css/components/ckeditor5.css
index f8ca9d6..174302d 100644
--- a/dist/css/components/ckeditor5.css
+++ b/dist/css/components/ckeditor5.css
@@ -53,6 +53,10 @@
   top: var(--gin-sticky-offset);
 }
 
+.ck.ck-editor .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
+  z-index: 0;
+}
+
 .ck .ck-toolbar__separator {
   opacity: .3;
 }
@@ -97,3 +101,5 @@
   background: var(--ck-color-image-caption-background);
 }
 
+
+/*# sourceMappingURL=ckeditor5.css.map*/
\ No newline at end of file
diff --git a/styles/components/ckeditor5.scss b/styles/components/ckeditor5.scss
index 3a317d9..d4fe97d 100644
--- a/styles/components/ckeditor5.scss
+++ b/styles/components/ckeditor5.scss
@@ -70,6 +70,10 @@
     top: var(--gin-sticky-offset);
   }
 
+  &.ck-editor .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
+    z-index: 0;
+  }
+
   .ck-toolbar__separator {
     opacity: .3;
   }
