Browse Source

chore(gui-v2): add max-height & overflow scroll to attachment cell

pull/3052/head
braks 2 years ago
parent
commit
1846ef4d68
  1. 2
      packages/nc-gui-v2/components/cell/attachment/index.vue

2
packages/nc-gui-v2/components/cell/attachment/index.vue

@ -99,7 +99,7 @@ onMounted(() => {
<div
ref="sortableRef"
:class="{ dragging }"
class="flex justify-center items-center flex-wrap gap-2 p-1 scrollbar-thin-dull"
class="flex justify-center items-center flex-wrap gap-2 p-1 scrollbar-thin-dull max-h-[150px] overflow-scroll"
>
<div
v-for="(item, i) of visibleItems"

Loading…
Cancel
Save