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