mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
fix(nc-gui): increase ws list dropdown max height
This commit is contained in:
@@ -220,7 +220,7 @@ const onWorkspaceCreateClick = () => {
|
||||
:list="otherWorkspaces"
|
||||
height="auto"
|
||||
:options="{ itemHeight: 40 }"
|
||||
class="my-1 max-h-300px nc-scrollbar-md"
|
||||
class="my-1 max-h-[min(60vh,600px)] nc-scrollbar-md"
|
||||
>
|
||||
<template #default="{ data: workspace }">
|
||||
<NcMenuItem :key="workspace.id!" class="!h-[40px]" @click="switchWorkspace(workspace.id!)">
|
||||
|
||||
Reference in New Issue
Block a user