Browse Source

Added a link to the ticket.

Piotrek Koszuliński 8 years ago
parent
commit
bd96582851
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ui/theme/components/panel/stickypanel.scss

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

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