-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
setting div style with css breaks interative functionality #2129
Comments
In a codepen: https://codepen.io/etpinard/pen/oovOZK?editors=1010 Related to #888 |
This is actually just over-broad targeting of the CSS - you've made it so every #myDiv {
width: 100%;
height: 100%;
} then it all works fine. I suppose we could in principle |
ok, thanks for the clarification and sorry for reporting this, I am no web designer. |
@gdkrmr no problem, I'd much rather have reports that turn out to be easy to solve, than have real problems go unreported! |
The following heatmap does not have any interactivity (e.g. zoom, pan) and greys out when I mouse over it. It can be fixed by setting style inside the
div
element. I did not try this with an externalcss
fileThe text was updated successfully, but these errors were encountered: