Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 8fa6f41

Browse files
committed
Try to fix bottom safari bar 🚀
1 parent b625b59 commit 8fa6f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/design-system/molecules/search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const SearchListContainer = styled(Container)`
2121
right: 0;
2222
left: 0;
2323
bottom: 0;
24-
height: calc(100vh - 55px);
24+
height: calc(100vh - 55px - env(safe-area-inset-bottom, 0));
2525
overflow: scroll;
2626
border-radius: 4px;
2727
`;

0 commit comments

Comments
 (0)