I actually have a sticky menu which follow the scroll with this css :
.menuD {
position: sticky;
top : 190px;
}
The problem is that i would like him to be at this position when the user is at the top of the page (to align it with the other text) but i would like the menu to be at
top: 590px
when the user is at the bottom of the page. Do you have any idea how to do it ? I guess i need JS ...
Actually, the menu is going to high (because there is only 190px from top)
Thanks