mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-01-07 00:36:08 +08:00
Fix action toolbar visibility in card views [SCI-10497]
This commit is contained in:
parent
c628fc5175
commit
7c619115ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue