Make mobile filter modal scrollable

This commit is contained in:
MartinBraquet
2025-10-23 15:52:18 +02:00
parent fdd96507b8
commit aefc58b636
2 changed files with 3 additions and 2 deletions

View File

@@ -287,8 +287,9 @@ function MobileFilters(props: {
hidden={false}
/>
</Col>
<button
className="text-ink-500 hover:text-primary-500 underline"
className="text-ink-500 hover:text-primary-500 underline mt-4 mb-8"
onClick={clearFilters}
>
Reset filters

View File

@@ -221,7 +221,7 @@ export const Search = (props: {
/>
</Row>
<RightModal
className="bg-canvas-0 w-2/3 text-sm sm:hidden"
className="bg-canvas-0 w-2/3 text-sm sm:hidden h-full max-h-screen overflow-y-auto"
open={openFiltersModal}
setOpen={setOpenFiltersModal}
>