From cb42cce04155eacd12c7de8885749228c8f99261 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 7 Jun 2026 19:53:18 +0300 Subject: [PATCH] fix(frontend): use dvh --- assets/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/index.html b/assets/index.html index c4cc584..506f377 100644 --- a/assets/index.html +++ b/assets/index.html @@ -28,7 +28,7 @@ body { margin: 0; - min-height: 100vh; + min-height: 100dvh; background: radial-gradient(circle at 20% 30%, #121826, #0b0f17); font-family: 'Segoe UI', 'Inter', system-ui, -apple-system, 'Roboto', sans-serif; display: flex;