Browse Source

chore/added todo for scrolling issue in gallery

pull/3021/head
Muhammed Mustafa 2 years ago
parent
commit
6e2029071e
  1. 1
      packages/nc-gui-v2/components/smartsheet/Gallery.vue

1
packages/nc-gui-v2/components/smartsheet/Gallery.vue

@ -52,6 +52,7 @@ const isRowEmpty = (record: any, col: any) => {
}
</script>
<!-- TODO: Fix scrolling -->
<template>
<div class="flex flex-col h-100 min-h-0 w-100">
<div class="nc-gallery-container min-h-0 flex-1 grid grid-cols-4 gap-x-4 gap-y-4 my-4 px-3">

Loading…
Cancel
Save