Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #318 from ckeditor/t/315
Browse files Browse the repository at this point in the history
Fix: Fixed sticky panel `z-index` so it's correctly rendered above images (or other relatively positioned elements). Closes #315.
  • Loading branch information
Reinmar authored Oct 2, 2017
2 parents 29f2c5c + 4ed4bb1 commit 00f2add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/components/panel/stickypanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@include ck-editor {
.ck-sticky-panel {
&.ck-sticky-panel_sticky {
z-index: ck-z( 'modal' ); // #315
position: fixed;
top: 0;

Expand Down

0 comments on commit 00f2add

Please sign in to comment.