浏览代码

Adding z-index to sticky panel when position: fixed is applied.

Szymon Kupś 8 年之前
父节点
当前提交
582f5ffb62
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/ckeditor5-ui/theme/components/panel/stickypanel.scss

+ 1 - 0
packages/ckeditor5-ui/theme/components/panel/stickypanel.scss

@@ -4,6 +4,7 @@
 @include ck-editor {
 	.ck-sticky-panel {
 		&.ck-sticky-panel_sticky {
+			z-index: ck-z( 'modal' );
 			position: fixed;
 			top: 0;