From 0e9a0ef12623e37b40831e3e7b56c39f845610fa Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 26 May 2026 13:55:19 +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 7184e43..fa3398e 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -89,10 +89,10 @@ { "widgettype": "VBox", "id": "pricing_content", + "css": "filler", "options": { "width": "100%", - "flex": "1", - "marginTop": "20px" + "overflowY": "auto" } } ]