Skip to content

Commit 3d20cc4

Browse files
committed
fix: active wrapper component appearing below the chart
1 parent bc25db9 commit 3d20cc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/activePoint/ActivePointComponentWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const ActivePointComponentWrapper = ({
8585

8686
const viewAnimatedStyle = useAnimatedStyle(() => {
8787
return {
88+
zIndex: 2,
8889
flexDirection: 'row',
8990
transform: [
9091
{

0 commit comments

Comments
 (0)