Limit bootstrap table height (scroll or pagination)

Hi all, does anyone have a working example of limiting the height of a large bootstrap table (from a dataframe), either adding a scroll or pagination at the bottom? Specifically, I’m working with dbc.Table.from_dataframe (docs).

If my dataframe is long, this table will dynamically render in the app to include all rows. To keep things tidy, I would like to give this a set height.