fix: remove BrowserContentWrapper

This commit is contained in:
karishmas6
2024-07-25 00:10:42 +05:30
parent df0d1eec3d
commit 1c3eb50ef5

View File

@@ -133,15 +133,4 @@ 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;
// `;
`;