fix(temporary): proper width for browser

This commit is contained in:
karishmas6
2024-08-22 07:37:03 +05:30
parent e3ea1f26ab
commit 70781e6c50

View File

@@ -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/>