void: Fix address bar height issue on firefox mobile
diff --git a/apps/void/src/app.postcss b/apps/void/src/app.postcss
index 76589de..3c7bd44 100644
--- a/apps/void/src/app.postcss
+++ b/apps/void/src/app.postcss
@@ -46,4 +46,7 @@
 		@apply bg-background text-foreground;
 		font-feature-settings: 'rlig' 1, 'calt' 1;
 	}
+  html, body, body > div:first-of-type {
+    @apply h-full;
+  }
 }