@@ -1,10 +1,10 @@
<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).
+ /* Override default test sidebar z-index because CKFinder's modal base z-index is 9000.
*/
- #ckf-modal {
- z-index: 10000 !important;
+ .manual-test-sidebar {
+ z-index: 8999 !important;
}
</style>