ソースを参照

Provide better z-index values for fake panels.

dkonopka 6 年 前
コミット
b8f8949802

+ 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;
 }