Parcourir la source

Adding z-index to sticky panel when position: fixed is applied.

Szymon Kupś il y a 8 ans
Parent
commit
582f5ffb62

+ 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' );
 			position: fixed;
 			top: 0;