Skip to content

Commit

Permalink
fix no-max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Aug 21, 2024
1 parent c329dbb commit cac340e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/pages/search/[searchProjectType].vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<Accordion ref="filterAccordions" :open-by-default="true">
<ScrollablePanel
:class="{ 'h-[18rem]': categories.length >= 8 && header === 'gameVersion' }"
:no-max-height="header !== 'gameVersion'"
>
<div class="mr-1 flex flex-col gap-1">
<div v-for="category in categories" :key="category.name" class="group flex gap-1">
Expand Down

0 comments on commit cac340e

Please sign in to comment.