Browse Source

fix(nc-gui): add relative so that the absolute overlay only take up to the input in expanded form

pull/4482/head
Wing-Kam Wong 2 years ago
parent
commit
d232bbd8f6
  1. 2
      packages/nc-gui/components/smartsheet/expanded-form/index.vue

2
packages/nc-gui/components/smartsheet/expanded-form/index.vue

@ -167,7 +167,7 @@ export default {
<div
:ref="i ? null : (el) => (cellWrapperEl = el)"
class="!bg-white rounded px-1 min-h-[35px] flex items-center mt-2"
class="!bg-white rounded px-1 min-h-[35px] flex items-center mt-2 relative"
>
<LazySmartsheetVirtualCell v-if="isVirtualCol(col)" v-model="row.row[col.title]" :row="row" :column="col" />

Loading…
Cancel
Save