diff --git a/src/components/organisms/BrowserContent.tsx b/src/components/organisms/BrowserContent.tsx index 189af6ee..e72af44d 100644 --- a/src/components/organisms/BrowserContent.tsx +++ b/src/components/organisms/BrowserContent.tsx @@ -134,3 +134,14 @@ export const BrowserContent = () => { const BrowserContentWrapper = styled.div` grid-area: browser; `; + +// const BrowserContentWrapper = styled.div` +// position: fixed; +// top: 0; +// left: 0; +// width: 100%; +// height: 100%; +// overflow: hidden; /* To ensure no scrollbars appear */ +// display: flex; +// flex-direction: column; +// `;