We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfb3ca commit d47cb53Copy full SHA for d47cb53
web/components/filters/mobile-filters.tsx
@@ -60,6 +60,13 @@ function MobileFilters(props: {
60
61
return (
62
<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
+ />
70
<Row>
71
<Col className="p-4 pb-2">
72
<MyMatchesToggle
0 commit comments