From 00c2f3db24256ac829205126b00437129c87e1f6 Mon Sep 17 00:00:00 2001 From: robonau <30987265+Robonau@users.noreply.github.com> Date: Sat, 11 Nov 2023 23:30:03 +0000 Subject: [PATCH] firefox no has fix --- src/app.postcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.postcss b/src/app.postcss index 5a8f203c..9d40b5a1 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -44,7 +44,7 @@ @supports not selector(:has(*)) { html, body { - @apply h-full overflow-hidden; + @apply h-full /*overflow-hidden*/; } }