Fix scroll

This commit is contained in:
andrewwallacespeckle
2025-09-04 19:23:36 +01:00
parent 6610cfab78
commit 76d24fcbbf
@@ -39,7 +39,7 @@
</span>
</div>
</div>
<div class="h-[calc(100vh-10rem)] flex flex-col select-none group/panel">
<div class="flex flex-col h-full justify-center select-none group/panel">
<div
v-if="propertyFilters.length > 0"
ref="filtersContainerRef"
@@ -55,19 +55,17 @@
/>
</div>
<div class="px-2 pb-6 mt-1 h-14">
<div class="hidden group-hover/panel:block">
<FormButton
v-if="propertyFilters.length > 0"
full-width
color="outline"
class="rounded-xl text-foreground-2 hover:text-foreground !shadow-none"
:icon-left="Plus"
hide-text
@click="addNewEmptyFilter"
>
Add filter
</FormButton>
</div>
<FormButton
v-if="propertyFilters.length > 0"
full-width
color="outline"
class="rounded-xl text-foreground-2 hover:text-foreground !shadow-none"
:icon-left="Plus"
hide-text
@click="addNewEmptyFilter"
>
Add filter
</FormButton>
</div>
</div>