From 56e2d78f222acee9482e1fe88f4b8f04f79561bd Mon Sep 17 00:00:00 2001 From: RohitR311 Date: Wed, 8 Jan 2025 23:31:31 +0530 Subject: [PATCH] feat: change styling for browser content --- src/components/organisms/BrowserContent.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/organisms/BrowserContent.tsx b/src/components/organisms/BrowserContent.tsx index fcb45087..a75698b0 100644 --- a/src/components/organisms/BrowserContent.tsx +++ b/src/components/organisms/BrowserContent.tsx @@ -12,7 +12,6 @@ import { } from "../../api/recording"; import { Box } from "@mui/material"; import { InterpretationLog } from "../molecules/InterpretationLog"; -import { Height } from "@mui/icons-material"; // TODO: Tab !show currentUrl after recordingUrl global state export const BrowserContent = () => { @@ -140,7 +139,7 @@ export const BrowserContent = () => { }, [handleUrlChanged]); return ( -
+
{ ); }; -const BrowserContentWrapper = styled.div` - position: relative; - width: 100vw; - height: 100vh; - overflow: hidden;`; +const BrowserContentWrapper = styled.div``;