2
It would be these fixed frontend bars, the problem is that I can’t find how a class is inserted to put things in it.
Example:
<div class="main-menu">conteudo</div>
After a little scrolling the screen is inserted the class:
<div class="main-menu isStuck">conteudo</div>
And I need to watch when you put and when you remove this class to put some "clones" inside it.
After scrolling the screen, the div wins the class, ok! And when she will lose the class, when scrolling up?
– Sam
@DVD This after scrolling again until the initial state it disappears
– Dexxtz