Browse Source

chore(gui-v2): update height of main wrapper and remove overflow-hidden

pull/3023/head
braks 2 years ago
parent
commit
abdb226765
  1. 2
      packages/nc-gui-v2/layouts/base.vue
  2. 1
      packages/nc-gui-v2/pages/nc/[projectId]/index/index.vue

2
packages/nc-gui-v2/layouts/base.vue

@ -79,7 +79,7 @@ const logout = () => {
</template>
</a-layout-header>
<div class="w-full h-full">
<div class="w-full" style="height: calc(100% - var(--header-height))">
<slot />
</div>
</a-layout>

1
packages/nc-gui-v2/pages/nc/[projectId]/index/index.vue

@ -140,7 +140,6 @@ function openQuickImportDialog(type: string) {
<style scoped>
.nc-container {
@apply overflow-hidden;
flex: 1 1 100%;
}

Loading…
Cancel
Save