From 6bbfa2989eec1c404a3eb231359d12ee413274d4 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 28 Feb 2026 12:15:08 -0300 Subject: [PATCH] fix: change body height back to 100vh on desktop.html to fix gray cut-off at bottom --- ui/suite/desktop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/suite/desktop.html b/ui/suite/desktop.html index d0b28cd..c30dd62 100644 --- a/ui/suite/desktop.html +++ b/ui/suite/desktop.html @@ -29,7 +29,7 @@ background: var(--bg, #ffffff); color: var(--text, #333333); overflow: hidden; - height: 100%; + height: 100vh; width: 100vw; margin: 0; padding: 0;