Title: indicator line missing
Last modified: January 25, 2024

---

# indicator line missing

 *  Resolved [neof1960](https://wordpress.org/support/users/neof1960/)
 * (@neof1960)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/indicator-line-missing/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Findicator-line-missing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/indicator-line-missing/#post-17373063)
 * Hi [@neof1960](https://wordpress.org/support/users/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](https://knsoft.gr/wp-content/themes/materialis/style.min.css).
 * 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:
 *     ```wp-block-code
       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:
 *     ```wp-block-code
       svg {
         max-height: unset !important;
       }
       ```
   
 * Please do let me know if this is not the case 🙂
 * [Reviews](https://wordpress.org/support/plugin/waymark/reviews/#new-post) greatly
   appreciated!
 * Joe
 *  Thread Starter [neof1960](https://wordpress.org/support/users/neof1960/)
 * (@neof1960)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/indicator-line-missing/#post-17373335)
 * Thank you very much, now it works perfectly.
 *  Plugin Author [Joe](https://wordpress.org/support/users/morehawes/)
 * (@morehawes)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/indicator-line-missing/#post-17373519)
 * Great! [Github stars](https://github.com/OpenGIS/Waymark) 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.

 * ![](https://ps.w.org/waymark/assets/icon-256x256.png?rev=3491393)
 * [Waymark](https://wordpress.org/plugins/waymark/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/waymark/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/waymark/)
 * [Active Topics](https://wordpress.org/support/plugin/waymark/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/waymark/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/waymark/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Joe](https://wordpress.org/support/users/morehawes/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/indicator-line-missing/#post-17373519)
 * Status: resolved