fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:52 +08:00
parent 8f8a4dce90
commit 874bee20cb

View File

@ -36,6 +36,13 @@
}
]
},
{
"widgettype": "VBox",
"options": {
"cheight": 38,
"width": "100%"
},
"subwidgets": [
{
"widgettype": "Tabular",
"id": "opportunity_grid",
@ -112,3 +119,5 @@
}
]
}
]
}