dash-core-components
dash-core-components copied to clipboard
dcc.Graph legend/rangeslider layout changes when run inside a Docker container
I have been Googling around for a while now, but cannot find any consistent thread on Docker containers making unsolicited changes to css rules. If there is a related thread, I haven't found it.
When I run with flask run
or python app.py
:
.info-layer
.legend
.rangeslider-container
When run in Docker container:
Tested on Chrome, Firefox, Edge. All show the same problem.