Browse Source

chore(gui-v2): increase view list height

pull/2837/head
braks 2 years ago
parent
commit
00aa2b378c
  1. 2
      packages/nc-gui-v2/components/smartsheet/Sidebar.vue

2
packages/nc-gui-v2/components/smartsheet/Sidebar.vue

@ -298,7 +298,7 @@ function onApiSnippet() {
<template>
<a-layout-sider class="shadow" :width="toggleDrawer ? 0 : 250">
<div class="flex flex-col h-full">
<a-menu class="min-h-[250px] overflow-y-scroll scrollbar-thin-primary" :selected-keys="selected">
<a-menu class="flex-1 max-h-50vh overflow-y-scroll scrollbar-thin-primary" :selected-keys="selected">
<h3 class="pt-3 px-3 text-xs font-semibold">{{ $t('objects.views') }}</h3>
<a-menu-item

Loading…
Cancel
Save