fix: changed overflow-hidden to overflow-scroll
This commit is contained in:
parent
81ad5c1782
commit
4b882d005f
|
|
@ -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">
|
||||||
<TabBar />
|
<TabBar />
|
||||||
<div className="flex-1">{viewMap[activeTab]}</div>
|
<div className="flex-1">{viewMap[activeTab]}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue