Replies: 3 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
We had the same issue (we had also developed a nav menu dependent on temporarily overlaying the panels below). We got a solution from Grafana that makes it work again when put in the main body of the JS code:
|
Beta Was this translation helpful? Give feedback.
-
OMG, that worked, thanks so much @psheehymn! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In a previous release of Grafana, and I mean previous like Grafana 8, we were using the html graphics panel for years wiht the z-index set to 100. We then created a more elaborate navigation menu that would overly over the panel when someone hovered and could select their link to another dashboard. This was working perfect, then we updated to grafana 12. Now the dropwdown menu is hidden behind any panels that are directly below it.
Is there any setting in the root css or css that might fix this? Such that the navigation menu will again show up on top of other panels?
Here is a copy of our current implementation:
Updated to format the json code section in a code block
Beta Was this translation helpful? Give feedback.
All reactions