Browse Source

fix(nc-gui): group by header is not sticky if we scroll down more than screen height(100vh) (#8264)

pull/8269/head
Ramesh Mane 8 months ago committed by GitHub
parent
commit
4bbabda3a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/smartsheet/grid/GroupBy.vue

2
packages/nc-gui/components/smartsheet/grid/GroupBy.vue

@ -209,7 +209,7 @@ const shouldRenderCell = (column) =>
> >
<div <div
ref="scrollable" ref="scrollable"
class="flex flex-col h-full" class="flex flex-col"
:class="{ 'my-2': vGroup.root !== true }" :class="{ 'my-2': vGroup.root !== true }"
:style="`${vGroup.root === true ? 'width: fit-content' : 'width: 100%'}`" :style="`${vGroup.root === true ? 'width: fit-content' : 'width: 100%'}`"
> >

Loading…
Cancel
Save