diff --git a/frontend/public/global.css b/frontend/public/global.css index af6f0b3..029e9f6 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -99,7 +99,7 @@ body { flex-direction: column; } -@supports(height: 1dvw) { +@supports(width: 1dvw) { html, body { min-width: 100dvw; max-width: 100dvw;