fix: wrap Tabular in VBox with cheight for proper scrolling
This commit is contained in:
parent
e99312967d
commit
1bdbb81b86
@ -1,3 +1,10 @@
|
||||
{
|
||||
"widgettype": "VBox",
|
||||
"options": {
|
||||
"cheight": 40,
|
||||
"width": "100%"
|
||||
},
|
||||
"subwidgets": [
|
||||
{
|
||||
"widgettype": "Tabular",
|
||||
"options": {
|
||||
@ -35,4 +42,6 @@
|
||||
"delete_data_url": null
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user