@sanabria wrote:
I built an app with standard dcc.Loading components:
dcc.Loading( dcc.Graph( id='conversion_experiment', ),
which is working. However, when I try to add an external stylesheet for bootstrap (eg for dash-bootstrap-components), the loading animation stops working:
This works:
external_stylesheets = [
тАШhttps://codepen.io/chriddyp/pen/bWLwgP.cssтАЩ,
]This breaks the dcc.Loading:
external_stylesheets = [
тАШhttps://codepen.io/chriddyp/pen/bWLwgP.cssтАЩ,
тАЬhttps://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.cssтАЭ
]Anyone know what could be the issue ? Thanks!!
Posts: 1
Participants: 1