Skip to content

Commit

Permalink
fix: desktop bottom modal position
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant committed Sep 25, 2024
1 parent 58e736b commit 734b228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/popin/BottomModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Wrapper = styled(Flex).attrs((p) => ({
}))``;

const Overlay = styled(Flex).attrs((p) => ({
justifyContent: "end",
justifyContent: "center",
alignItems: "end",
width: "100vw",
height: "100vh",
Expand Down

0 comments on commit 734b228

Please sign in to comment.