Fix filter top touching top nav bar

This commit is contained in:
MartinBraquet
2025-10-30 23:18:18 +01:00
parent adfb3ca4f0
commit d47cb53e59

View File

@@ -60,6 +60,13 @@ function MobileFilters(props: {
return (
<Col className="mb-4">
<div
// className="fixed inset-x-0 bg-canvas-50"
style={{
// bottom: 0,
height: 'env(safe-area-inset-top)',
}}
/>
<Row>
<Col className="p-4 pb-2">
<MyMatchesToggle