Fixed tile in dash,similar to fixing column name rows in excel

Hi, actually I have using dash for making a dashboard for a project and I love the whole thing. But we noticed that as the length of the app page is long the chosen parameters are to be checked by going up again and again. I was thinking if there was any way to keep a tab at the bottom or top fixed where I can project the chosen parameters value. In case of any other idea that can solve this problem will be appreciated as well.

PS: The idea initially was to someway use relative positioning of an HTML table with columns with chosen types and the row containing the chosen values, but I cant seem to actualize how to realize the code.

found an answer myself hope people get the thing here. used simple css funtions.
html.Div([
html.Table(id=‘Tab-keeper’,),
],className=‘row’,style={‘position’:‘fixed’,‘bottom’:‘0’,‘float’:‘right’,‘background-color’:’#ffffff’},),