commit | 57bcb4ade28445f4506b97ed34ec7846277da03a | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Jun 03 12:54:24 2023 +0200 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Jun 03 12:54:24 2023 +0200 |
tree | 6695818c6301f3482fa72f00d62514cfbf6d6c14 | |
parent | f9eaa5f4a389ce17a2fa14fbdf08e24cddf888ce [diff] [blame] |
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; + } }