This commit is contained in:
Ashishyg
2025-11-07 23:54:12 +05:30
parent 5493387b6b
commit 7cdbc338cd
4 changed files with 8 additions and 391 deletions

View File

@@ -27,7 +27,7 @@ export function Sidebar({ value, onChange }: SidebarProps) {
<div className="flex items-center px-3 h-14 border-b border-slate-200">
<span className="font-semibold text-sm text-brand-700">Workflow</span>
</div>
<nav className="flex-1 overflow-y-auto py-2 space-y-1">
<nav className="flex-1 py-2 space-y-1 overflow-hidden">
{tabs.map((t) => {
const selected = t.id === value;
return (