Explorar o código

Provide better z-index values for fake panels.

dkonopka %!s(int64=6) %!d(string=hai) anos
pai
achega
b8f8949802
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;
 }