Skip to content

Commit

Permalink
Fix legend being cutoff on multiwiggle tracks with wide window (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 30, 2022
1 parent 72e2afe commit 3231205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Wrapper = observer(
left: 0,
pointerEvents: 'none',
height,
width: 1800,
width: getContainingView(model).width,
}}
>
{children}
Expand Down

0 comments on commit 3231205

Please sign in to comment.