From a94412353a061e1cb23ae4d7b710b5710a338f57 Mon Sep 17 00:00:00 2001 From: tbphp Date: Thu, 3 Jul 2025 00:34:36 +0800 Subject: [PATCH] fix: style --- web/src/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/assets/style.css b/web/src/assets/style.css index e6b05cf..44d1249 100644 --- a/web/src/assets/style.css +++ b/web/src/assets/style.css @@ -9,7 +9,8 @@ -moz-osx-font-smoothing: grayscale; } -html, body { +html, +body { height: 100%; }