8
0
فهرست منبع

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