feat: browser content

This commit is contained in:
karishmas6
2024-07-24 17:13:16 +05:30
parent d8f9bd9825
commit 5636fb93a1

View File

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