Procházet zdrojové kódy

Merge pull request #63 from ckeditor/t/62

Fix: The toolbar should never hide underneath the edited content. Closes #62. Closes ckeditor/ckeditor5-upload#33.
Piotrek Koszuliński před 8 roky
rodič
revize
87409bcb77

+ 3 - 0
packages/ckeditor5-editor-classic/theme/theme.scss

@@ -16,6 +16,9 @@
 			border-top: 0;
 			border-left: 0;
 			border-right: 0;
+
+			// https://github.com/ckeditor/ckeditor5-editor-classic/issues/62
+			z-index: ck-z( 'modal' );
 		}
 	}