Sfoglia il codice sorgente

Merge pull request #318 from ckeditor/t/315

Fix: Fixed sticky panel `z-index` so it's correctly rendered above images (or other relatively positioned elements). Closes #315.
Piotrek Koszuliński 8 anni fa
parent
commit
7cd732daae

+ 1 - 0
packages/ckeditor5-ui/theme/components/panel/stickypanel.scss

@@ -4,6 +4,7 @@
 @include ck-editor {
 	.ck-sticky-panel {
 		&.ck-sticky-panel_sticky {
+			z-index: ck-z( 'modal' ); // #315
 			position: fixed;
 			top: 0;