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

Commit 00f2add

Browse files
authored
Merge pull request #318 from ckeditor/t/315
Fix: Fixed sticky panel `z-index` so it's correctly rendered above images (or other relatively positioned elements). Closes #315.
2 parents 29f2c5c + 4ed4bb1 commit 00f2add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theme/components/panel/stickypanel.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@include ck-editor {
55
.ck-sticky-panel {
66
&.ck-sticky-panel_sticky {
7+
z-index: ck-z( 'modal' ); // #315
78
position: fixed;
89
top: 0;
910

0 commit comments

Comments
 (0)