From 1c2e11304f5cb676d2e60a7d2f3c36d757e50db3 Mon Sep 17 00:00:00 2001 From: rohithgoud30 <34999805+rohithgoud30@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:30:18 -0400 Subject: [PATCH] fix(side-nav): make provider rail scrollable --- src/components/side-nav.tsx | 45 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/src/components/side-nav.tsx b/src/components/side-nav.tsx index b363e888..959ed2ae 100644 --- a/src/components/side-nav.tsx +++ b/src/components/side-nav.tsx @@ -226,30 +226,29 @@ export function SideNav({ {/* Plugin icons */} - - p.id)} - strategy={verticalListSortingStrategy} +
+ - {plugins.map((plugin) => ( - onViewChange(plugin.id)} - onContextMenu={(e) => handlePluginContextMenu(e, plugin.id)} - /> - ))} - - - - {/* Spacer */} -
+ p.id)} + strategy={verticalListSortingStrategy} + > + {plugins.map((plugin) => ( + onViewChange(plugin.id)} + onContextMenu={(e) => handlePluginContextMenu(e, plugin.id)} + /> + ))} + + +
{/* Help */}