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 12, 2024
1 parent e436e17 commit 808d746
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 @@ -101,8 +101,8 @@ function JimakuArea({ jimaku }: JimakuAreaProps): JSX.Element {
<Area>
<ConditionalWrapper
as={Rnd}
bounds={undefined} // TODO: make as settings
condition={screenStatus !== 'normal' || isTheme}
bounds={dev.elements.webPlayer}
style={{ zIndex: 9999, display: visible ? 'block' : 'none' }}
minHeight={100}
minWidth={200}
Expand Down

0 comments on commit 808d746

Please sign in to comment.