Browse Source

Provide better z-index values for fake panels.

dkonopka 6 years ago
parent
commit
b8f8949802
1 changed files with 2 additions and 2 deletions
  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;
 }