This commit is contained in:
Maze Winther
2025-07-26 11:29:19 +02:00
parent c34f3994d9
commit 70fe5cacd1
@@ -46,7 +46,7 @@ export function MediaPanel() {
};
return (
<div className="h-full flex flex-col bg-panel rounded-sm overflow-hidden">
<div className="h-full flex flex-col bg-panel rounded-sm overflow-scroll">
<TabBar />
<div className="flex-1">{viewMap[activeTab]}</div>
</div>