8
0
Просмотр исходного кода

Merge pull request #15 from ckeditor/t/13

Tests: Fix CKFinder's z-index in manual tests. Closes #13.
Maciej 7 лет назад
Родитель
Сommit
c12eea445b
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      packages/ckeditor5-ckfinder/tests/manual/ckfinder.html

+ 8 - 0
packages/ckeditor5-ckfinder/tests/manual/ckfinder.html

@@ -1,5 +1,13 @@
 <script src="https://ckeditor.com/docs/ckfinder/demo/ckfinder3/ckfinder.js"></script>
 
+<style>
+	/* Override CKFinder's modal z-index (8999) which is lower manual test description z-index (9000).
+	 */
+	#ckf-modal {
+		z-index: 10000 !important;
+	}
+</style>
+
 <div id="editor">
 	<h2>CKFinder sample</h2>
 	<p>Use the toolbar icon to insert an image or link to a file to the content.</p>