Преглед на файлове

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

Szymon Kupś преди 8 години
родител
ревизия
582f5ffb62
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      packages/ckeditor5-ui/theme/components/panel/stickypanel.scss

+ 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;