updated body height to fit 100

This commit is contained in:
Bob Burningham 2023-09-06 00:01:54 -07:00
parent ce0783d552
commit f47d177a7b

View File

@ -2,6 +2,12 @@
@tailwind components;
@tailwind utilities;
html,
boby,
:root {
height: 100%;
}
@layer base {
:root {
--background: 0 0% 100%;