• Resolved neof1960

    (@neof1960)


    Hello

    Τhere is no indicator line in the path as I move my mouse on the elevation chart.

    Why?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe

    (@morehawes)

    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

    Thread Starter neof1960

    (@neof1960)

    Thank you very much, now it works perfectly.

    Plugin Author Joe

    (@morehawes)

    Great! Github stars also make a big difference! ??

    ?? Thank you! ??

    Joe

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘indicator line missing’ is closed to new replies.