Skip to content

Commit bc08ac9

Browse files
authored
fix: workspaces dropdown overflow (#138)
1 parent a321919 commit bc08ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/workspace/components/workspaces-selection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function WorkspacesSelection() {
6767
onAction={(v) => {
6868
handleWorkspaceClick(v?.toString());
6969
}}
70-
className="py-2 pt-3"
70+
className="py-2 pt-3 max-h-80 overflow-auto"
7171
renderEmptyState={() => (
7272
<p className="text-center">No workspaces found</p>
7373
)}

0 commit comments

Comments
 (0)