Hello all
I have a problem which makes me crazy. I have a Navbar from the “dash_bootstrap_components” library. Inside this Navbar I have three dropdowns over
dbc.DropdownMenuItem
Between the elements of the dropdown I set dividers like this
dbc.DropdownMenuItem(divider=True)
Now the problem: Sometimes the divider really appears, sometimes not. I have no idea why (tried zIndex without success).
Does somebody of the community have an idea (in the picture you see that there is one divider missing, although it is in the code!)?
Thanks to all and best,
Matthias