Skip to content

Commit 73777d2

Browse files
committed
feat: show filter buttons on mobile for landing page search
See: FE-134 See: 8e8a81
1 parent d57f17e commit 73777d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/layers/base/app/components/BaseChipGroup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const handleSelectFilter = (value: ChipItem['value']) => {
6161

6262
<template>
6363
<ul
64-
class="flex flex-wrap gap-md px-2xl py-lg"
64+
class="flex gap-md px-2xl py-lg"
6565
role="group"
6666
:aria-label
6767
>

frontend/layers/products/app/components/BlockchainSearchInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const handleTypeFilterChange = () => {
8080
<BaseChipGroup
8181
v-model="searchParams.types"
8282
:items="chips"
83+
class="overflow-x-auto overscroll-contain min-h-fit"
8384
:aria-label="$t('products.landing_page.search.filter_aria_label')"
8485
@update:model-value="handleTypeFilterChange"
8586
/>

0 commit comments

Comments
 (0)