Skip to content

Commit d47cb53

Browse files
committed
Fix filter top touching top nav bar
1 parent adfb3ca commit d47cb53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/components/filters/mobile-filters.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ function MobileFilters(props: {
6060

6161
return (
6262
<Col className="mb-4">
63+
<div
64+
// className="fixed inset-x-0 bg-canvas-50"
65+
style={{
66+
// bottom: 0,
67+
height: 'env(safe-area-inset-top)',
68+
}}
69+
/>
6370
<Row>
6471
<Col className="p-4 pb-2">
6572
<MyMatchesToggle

0 commit comments

Comments
 (0)