NuxtUI DropdownMenu opens the menu at the top of the page when scrolling
I use NuxtUI UDropdownMenu in my header navigation. When the user scrolls the page, the header is sticky to the top. When user clicks the menu icon, the DropdownMenu opens but jumps all the header with the menu to the top of the page, so the user needs to scroll all the way to see the menu. If I close it with ESC, the menu returns to the correct position on the page
This is how the code looks like
How can I fix it?
This is how the code looks like
How can I fix it?
