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 fdd9650 commit aefc58bCopy full SHA for aefc58b
web/components/filters/mobile-filters.tsx
@@ -287,8 +287,9 @@ function MobileFilters(props: {
287
hidden={false}
288
/>
289
</Col>
290
+
291
<button
- className="text-ink-500 hover:text-primary-500 underline"
292
+ className="text-ink-500 hover:text-primary-500 underline mt-4 mb-8"
293
onClick={clearFilters}
294
>
295
Reset filters
web/components/filters/search.tsx
@@ -221,7 +221,7 @@ export const Search = (props: {
221
222
</Row>
223
<RightModal
224
- 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"
225
open={openFiltersModal}
226
setOpen={setOpenFiltersModal}
227
0 commit comments