diff options
Diffstat (limited to 'app/src/app.postcss')
-rw-r--r-- | app/src/app.postcss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/app.postcss b/app/src/app.postcss index 8ef7d35..f3fef83 100644 --- a/app/src/app.postcss +++ b/app/src/app.postcss @@ -5,5 +5,5 @@ html, body { - @apply h-full overflow-hidden; + @apply h-full overflow-hidden; } |