fix(temporary): proper width for browser
This commit is contained in:
@@ -123,7 +123,8 @@ export const BrowserContent = () => {
|
||||
tabIndex={tabIndex}
|
||||
/>
|
||||
<BrowserNavBar
|
||||
browserWidth={width - 10}
|
||||
// todo: use width from browser dimension once fixed
|
||||
browserWidth={1270}
|
||||
handleUrlChanged={handleUrlChanged}
|
||||
/>
|
||||
<BrowserWindow/>
|
||||
|
||||
Reference in New Issue
Block a user