html to size of viewport - apparently for firefox

This commit is contained in:
vance 2023-03-31 19:09:30 -07:00
parent 1524cfd10d
commit 484406bc39

View File

@ -23,9 +23,12 @@
cursor: url('cursor.cur'), auto !important; cursor: url('cursor.cur'), auto !important;
} }
body { html {
width: 100%; width: 100%;
height: 100%; height: 100%;
}
body {
background: #000000; background: #000000;
overflow: hidden; overflow: hidden;
} }