Skip to content

Commit

Permalink
Tests: Used lower z-index for RectDrawer because it go too obtrusive.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Aug 4, 2023
1 parent cf5e63a commit c14d3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-utils/tests/_utils/rectdrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RectDrawer._defaultStyles = {
outlineStyle: 'solid',
outlineColor: 'blue',
outlineOffset: '-1px',
zIndex: 9999999,
zIndex: 999,
opacity: .5,
pointerEvents: 'none'
};
Expand Down

0 comments on commit c14d3f1

Please sign in to comment.