From 0a37d64c77c260cfa88feb496b7a999bcf6cca76 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Thu, 1 Sep 2022 19:35:03 +0300 Subject: [PATCH] fix selector --- frontend/public/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;