fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:49 +08:00
parent e99312967d
commit 1bdbb81b86

View File

@ -1,3 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{
"widgettype": "Tabular",
"options": {
@ -35,4 +42,6 @@
"delete_data_url": null
}
}
}
]
}