Skip to content

Commit

Permalink
Resize popup
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Dec 2, 2023
1 parent d7f208b commit f7e1746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Collection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function Collection({ imageLikeList, handleCanvasList }: CollectionProps) {
<Popup
opened={popupOpened}
onBackdropClick={() => setPopupOpened(false)}
size="w-screen h-screen"
>
<Page>
<Navbar
Expand Down

0 comments on commit f7e1746

Please sign in to comment.