Skip to content

Commit d28219a

Browse files
author
Conrad Chan
authored
fix(image): Popover should appear above preview controls (#635)
1 parent 30a61ae commit d28219a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/image/ImageAnnotator.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@
1010
.ba-is-drawing {
1111
user-select: none; // Prevent visible selection highlight
1212
}
13+
14+
// Raise the rendering order to override the stacking context created by the
15+
// transform applied to each of the managers' react mount element to account for
16+
// rotation
17+
.ba-Layer--popup {
18+
z-index: 1;
19+
}
1320
}

0 commit comments

Comments
 (0)