How to fixed dcc.Radioitems when scrolling through Dash such that it stays at the top?

Hi, would greatly appreciate help on this! I’ve been searching for solutions but to no avail. Thank you!

You can try to add the following style to it:

style={ "position": "sticky", "top": 0}