Sfoglia il codice sorgente

Merge pull request #15 from ckeditor/t/13

Tests: Fix CKFinder's z-index in manual tests. Closes #13.
Maciej 7 anni fa
parent
commit
c12eea445b
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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>