plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.15k stars 2.04k forks source link

dcc.Slider auto-injecting style #1422

Open maulberto3 opened 3 years ago

maulberto3 commented 3 years ago
dash                      1.16.0
dash-auth                 1.4.1
dash-bootstrap-components 0.10.5
dash-core-components      1.12.0
dash-html-components      1.1.1
dash-renderer             1.8.0
dash-table                4.10.1

Describe the bug When using dcc.Slider, there appears to be some auto-injecting style in DEV, but it disappears in deploy!

Expected behavior Not to happen that!

Screenshots DEV image DEV image Deploy image

maulberto3 commented 3 years ago

As you can see, going from DEV to deploy, the said paddings disappear, making it tough to fix it.

maulberto3 commented 3 years ago

Suspicious is that precisely dcc.Slider doesn't accept the style attribute... Does it has anything to do with?