From 5bf21ac024f470a4780c1025c244d01693a431ec Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 26 May 2026 13:57:32 +0800 Subject: [PATCH] fix: add filler css + overflowY:auto to content container --- wwwroot/index.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index ec151b2..17a45de 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -182,10 +182,10 @@ { "widgettype": "VBox", "id": "accounting_content", + "css": "filler", "options": { "width": "100%", - "flex": "1", - "marginTop": "20px" + "overflowY": "auto" } } ]