diff --git a/src/components/App.tsx b/src/components/App.tsx index b826036..0796498 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -139,7 +139,7 @@ const Root = () => { -
+
diff --git a/src/components/Browser.tsx b/src/components/Browser.tsx index d13c4d7..dbf1455 100644 --- a/src/components/Browser.tsx +++ b/src/components/Browser.tsx @@ -346,7 +346,7 @@ export function Browser() { ref={iframeRef} onLoad={handleIframeLoad} src={url ? `/browse/${url}` : "about:blank"} - className={`${shouldRenderStartPage ? "hidden" : ""} w-full h-full`} + className={`${shouldRenderStartPage ? "hidden" : ""} flex-1 w-full h-full -mb-5`} > ); diff --git a/src/pages/index.astro b/src/pages/index.astro index 30c4c8e..7d17164 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,7 +12,7 @@ import "@/styles/globals.scss"; Web3 Browser - Powered By Lume Web - +