fix: issues in last commit

This commit is contained in:
radishzzz 2025-01-20 13:51:19 +00:00
parent 6ff3d30f80
commit 42fa1be00f
3 changed files with 39 additions and 29 deletions

View file

@ -4,10 +4,10 @@
--uno-colors-background: theme('colors.background');
}
html {
--at-apply: 'min-h-screen min-h-dvh scroll-smooth antialiased text-62.5%';
--at-apply: 'h-[-webkit-fill-available] scroll-smooth antialiased text-62.5%';
}
body {
--at-apply: 'min-h-screen min-h-dvh bg-background text-primary text-1.6rem';
--at-apply: 'min-h-screen min-h-[-webkit-fill-available] bg-background text-primary text-1.6rem';
}
@supports not (view-transition-name: none) {
body {