Hi @neof1960,
Thanks for reaching out and I am sorry to hear you are experiencing issues. I had a look at your site and was able to narrow it down to a styling conflict with your theme’s stylesheet.
Once viewed without this all is well (with Waymark), however because the elevation content is triggered by the pointer and displayed dynamically using SVG it can be quite difficult to diagnose conflicts like this!
Digging into your stylesheet I noticed this rule:
svg {
max-height: 100%;
}
I’m not exactly sure why, but this is the culprit! Modifying this, or adding the following rule should resolve this:
svg {
max-height: unset !important;
}
Please do let me know if this is not the case ??
Reviews greatly appreciated!
Joe