Skip to content

Commit

Permalink
made jimaku area unbounded
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Mar 13, 2024
1 parent 89e8358 commit 63a3e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/jimaku/components/JimakuArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ function JimakuArea({ jimaku }: JimakuAreaProps): JSX.Element {
<ShadowStyle>{areaCssText}</ShadowStyle>
<ConditionalWrapper
as={Rnd}
bounds={undefined} // TODO: make as settings
condition={shouldPutIntoLivePlayer}
bounds={dev.elements.webPlayer}
style={{ zIndex: 3000, display: visible ? 'block' : 'none' }}
minHeight={100}
minWidth={200}
Expand Down

0 comments on commit 63a3e79

Please sign in to comment.