-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BioCircos plots render layers incorrectly in Dashboard #12107
Comments
This happens for My first guess would be to ask the R package to set Z-index properly on their tooltip to ensure it's always on top. |
To me, the issue is on BioCircos which assumes how things are stacked instead of enforcing something to ensure the tooltip is always on top of the SVG. |
Thank you. An Issue was raised on the source repository YaCui/Biocircos.js#7 |
@pdimens Meanwhile, you can use the workaround to add extra CSS to specify z-index. |
Bug description
Hello, I recently changed my reports from using FlexDashboard to Quarto dashboard and there is a noticeable difference in behavior for plots made with BioCircos. Namely, the hover tooltip is hidden beneath the plot, which was not an issue when it rendered in FlexDashboard.
Steps to reproduce
Actual behavior
The tooltip is behind all the rendered plot components
Expected behavior
The tooltip rendering works correctly in the VSCode Viewer tab and when the QMD is rendered as an HTML document:
Your environment
Quarto check output
The text was updated successfully, but these errors were encountered: