Hi. I am going to create q-menu item with absolute position. By default it has ‘fixed’ position. The problem started to appear when I changed it to ‘absolute’.
After changing element’s position, when I scroll page down, the q-menu element is changing it’s position because of updatePositon() method.
You can watch it here:
https://gfycat.com/gratefullimitedcutworm
However, if I remove scroll event listener from Chrome Devtools everything is working as I expected.
Is it possible to remove or disable updatePosition method on scroll event?