fix: add filler css + overflowY:auto to content container

This commit is contained in:
yumoqing 2026-05-26 13:55:19 +08:00
parent bf868f3f3a
commit 0e9a0ef126

View File

@ -89,10 +89,10 @@
{
"widgettype": "VBox",
"id": "pricing_content",
"css": "filler",
"options": {
"width": "100%",
"flex": "1",
"marginTop": "20px"
"overflowY": "auto"
}
}
]