Merge pull request [#457](https://github.com/mazeincoding/AppCut/issues/457)
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue