From 484406bc39e5c983adac5b7311b61706adc75082 Mon Sep 17 00:00:00 2001 From: vance Date: Fri, 31 Mar 2023 19:09:30 -0700 Subject: [PATCH] html to size of viewport - apparently for firefox --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 71bab7a..cfa8dde 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,12 @@ cursor: url('cursor.cur'), auto !important; } - body { + html { width: 100%; height: 100%; + } + + body { background: #000000; overflow: hidden; }