From ba0858417272f4cc5ebbf495f5562413245240c3 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 10 Jan 2025 18:52:23 -0500 Subject: full height web view --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index ce59816..cbef251 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -9,7 +9,7 @@ function Content() { src="https://github.com/ublue-os/bazzite/releases/" // Replace with your desired URL style={{ width: "100%", - height: "100%", + height: "100vh", border: "none", }} title="WebPage Viewer" -- cgit v1.2.3