Skip to content

Commit 8be2171

Browse files
Merge pull request #20183 from calixteman/resizer_top_editor
[Editor] Make sure the resizers are on top of the editor content
2 parents 4e089f2 + 0c6cf84 commit 8be2171

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/annotation_editor_layer_builder.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@
618618
& > .resizers {
619619
position: absolute;
620620
inset: 0;
621+
z-index: 1;
621622

622623
&.hidden {
623624
display: none;

0 commit comments

Comments
 (0)