소스 검색

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 8 년 전
부모
커밋
87409bcb77
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/ckeditor5-editor-classic/theme/theme.scss

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