Dash Bootstrap Components: Hr. horizontal line

@AnnMarieW @jlfsjunior so, apparently I solved the problem with changing backgroundColor to borderColor and taking out "opacity":"1"

html.Hr(style={'borderWidth': "5vh", "width": "100%", "borderColor": "#AB87FF","opacity": "unset"})

This actually works!

Thank you for pointing me into the right direction,

1 Like