Skip to content Skip to sidebar Skip to footer

Jquery Popup Menu No Stick With Header

I have a right side button in my header. When click the button, a popup list menu will display. But when I scroll down the page, header is scroll down. But the popup menu is keep s

Solution 1:

You need to add style="min-width:150px;position:fixed;right:30px;" to your popup styling. Here's a fiddle: https://jsfiddle.net/hym405nz/1/


Post a Comment for "Jquery Popup Menu No Stick With Header"