fix(nc-gui): increase ws list dropdown max height

This commit is contained in:
Ramesh Mane
2025-10-29 15:39:44 +05:30
parent 437b09823e
commit a4b18cdbf9

View File

@@ -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!)">