Fix action toolbar visibility in card views [SCI-10497]

This commit is contained in:
sboursen-scinote 2024-03-20 19:11:15 +01:00
parent c628fc5175
commit 7c619115ea

View file

@ -32,7 +32,7 @@
<div v-if="this.objectArchived && this.currentViewMode === 'active'" class="pt-6" >
<em> {{ hiddenDataMessage }} </em>
</div>
<div v-else class="w-full h-full">
<div v-else class="w-full h-full" :class="{ '!h-[calc(100%-68px)]': selectedRows.length > 0 && actionsUrl }">
<div v-if="currentViewRender === 'cards'" ref="cardsContainer" @scroll="handleScroll"
class="flex-grow basis-64 overflow-y-auto h-full overflow-x-visible p-2 -ml-2">
<div class="grid gap-4" :class="gridColsClass">