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

Commit ef80be6

Browse files
committed
No fix for safari 🚀
1 parent 8fa6f41 commit ef80be6

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 - env(safe-area-inset-bottom, 0));
24+
height: calc(100vh - 55px);
2525
overflow: scroll;
2626
border-radius: 4px;
2727
`;

0 commit comments

Comments
 (0)