wip: scrollable recording ui

This commit is contained in:
karishmas6
2024-10-18 19:07:31 +05:30
parent 7a1f3be2eb
commit ba0bea348b
3 changed files with 7 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ export const BrowserContent = () => {
}, [])
return (
<div style={{ width: '900px', height: '500px' }}>
<div style={{ flexGrow: 1 }}>
<BrowserTabs
tabs={tabs}
handleTabChange={handleTabChange}