You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
components affected by bug: dbc.NavbarSimple and dbc.Navbar
What is happening?
Dash in debug mode nicely displays callback error traceback in a <div> with class debug-error-card, but the dash_bootstrap_components navbars overlap it when sticky="top", making the latest callback error traceback hard or impossible to read.
What should be happening?
Dash debug cards should display below or ontop of the dash_bootstrap_components navbar.
It's because the sticky navbar has a higher z-index than the Dash error menu. I don't think we can get the Bootstrap style changed, but maybe the Plotly team would accept a PR adjusting the z-index of the error menu. I'll see what they think.
In the mean time, you can work around this by adding some custom CSS to your assets/ folder
Uh oh!
There was an error while loading. Please reload this page.
1.19.0
0.11.1
dbc.NavbarSimple
anddbc.Navbar
What is happening?
Dash in debug mode nicely displays callback error traceback in a
<div>
with classdebug-error-card
, but thedash_bootstrap_components
navbars overlap it whensticky="top"
, making the latest callback error traceback hard or impossible to read.What should be happening?
Dash debug cards should display below or ontop of the
dash_bootstrap_components
navbar.Code
Error messages
The text was updated successfully, but these errors were encountered: