Browse Source

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

Szymon Kupś 8 years ago
parent
commit
582f5ffb62
1 changed files with 1 additions and 0 deletions
  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;