mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Merge pull request [#457](https://github.com/mazeincoding/AppCut/issues/457)
This commit is contained in:
@@ -46,7 +46,7 @@ export function MediaPanel() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
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 />
|
<TabBar />
|
||||||
<div className="flex-1">{viewMap[activeTab]}</div>
|
<div className="flex-1">{viewMap[activeTab]}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user