feat: set browser as div id
This commit is contained in:
@@ -117,7 +117,7 @@ export const BrowserContent = () => {
|
|||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ background: '#101828' }}>
|
<div id="browser">
|
||||||
<BrowserTabs
|
<BrowserTabs
|
||||||
tabs={tabs}
|
tabs={tabs}
|
||||||
handleTabChange={handleTabChange}
|
handleTabChange={handleTabChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user