mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-04 13:13:42 -04:00
Make mobile filter modal scrollable
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user