kpi_csv_sq.py : improved scroll

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-04 13:24:58 -06:00
parent 386f2046b4
commit 2198c86243

View File

@@ -146,7 +146,7 @@ class csv_sqlite_dash():
html.H2(children= "Results",className="ts1",
style={'color':'#00361c','text-align':'left'}),
# images_div is already a list, children = a list of html components
html.Div(children= self.children_div, style={"maxHeight": "480px", "overflow": "scroll"} ),
html.Div(children= self.children_div, style={"maxHeight": "540px", "overflow": "scroll"} ),
html.A('www.candelatech.com',href='http://www.candelatech.com', target='_blank',
style={'color':'#00361c','text-align':'left'}),
])