瀏覽代碼

Provide better z-index values for fake panels.

dkonopka 6 年之前
父節點
當前提交
b8f8949802
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-ui/theme/components/panel/fakepanel.css

+ 2 - 2
packages/ckeditor5-ui/theme/components/panel/fakepanel.css

@@ -15,9 +15,9 @@
 }
 
 .ck .ck-fake-panel div:nth-child( 1 ) {
-	z-index: 3;
+	z-index: 2;
 }
 
 .ck .ck-fake-panel div:nth-child( 2 ) {
-	z-index: 2;
+	z-index: 1;
 }