Make_subplots first row fix

This is my make_subplos, which is 20 rows x 1 column
fig = make_subplots(
rows=chartCount, ← about 20 rows
cols=1,
shared_xaxes=True,
subplot_titles=chart,
row_heights=my_row_heights,
vertical_spacing=my_vertical_spacing,
specs=my_specs
)

For some reason, I want the only first row fixed and not scroll.

Hi there, you seem to have a question regarding the python version of Plotly, best ask your question there!