I’m getting issues with the modebar appearing on top of a Bootstrap dropdown-menu rendered over the plot area.
Looking at the code I could find the modebar has a z-index: 1001
, so I changed the z-index
of the dropdown menu to be 1005
(arms race?), but the modebar is still rendered on top of the menu where I have the mouse cursor.
Any way to deal with this?