@ckeditor/ckeditor5-ui 47.7.1-alpha.0 → 47.7.2-alpha.0

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/index.css CHANGED
@@ -819,7 +819,7 @@ a.ck.ck-button {
819
819
  */
820
820
 
821
821
  .ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
822
- z-index: var(--ck-z-panel); /* #315 */
822
+ z-index: var(--ck-z-panel); /* https://github.com/ckeditor/ckeditor5/issues/315 */
823
823
  position: fixed;
824
824
  top: 0;
825
825
  }