mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
fixed UI
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user