solved FollowMe Sticky Menu on MS Edge

PatriaCo
PatriaCo
@the-patria-company
7 years ago
349 posts
Problem: On MS Edge, when visiting a page using the minimal header is scrolled down and back back to the top, the sticky menu disappears.

The issue is connected to the style code that the js is writing into the
<section id="profile_menu"

When the page is scrolled completely back to the top the js is writing style="bottom: 0px; overflow: visible; position: absolute;"

This seems to only be the case on MS Edge. In FF the style returns to style="overflow: visible;"

In Edge, if the bottom: 0px; is removed the sticky menu looks fine.

Where is this piece of code so that it can be fixed?


--
The Patria Company - patriaco.com / quality-trades.com / a-t.life - doing Jamroom since v3

updated by @the-patria-company: 10/13/17 05:57:58PM
michael
@michael
7 years ago
7,715 posts
This is a good video on a technique to locate which template something comes from:
Forum Question: How to adjust a template

Or if you have an IDE ( like phpstorm ) setup you can search on the term
id="profile_menu"
and it will return the location of what you're after.
profile_menu.jpg
profile_menu.jpg  •  168KB

Tags