I have a vuetify App with a vertical menu with position: fixed in an iFrame. If the Main Page gets scrolled, then the cursor is out of sync with said menu. If you try to mouseover a menu-item, it highlights another because the mouse has some sort of an offset. If position: fixed is removed from the menu it works like a charm.
Is there a fix for this behaviour that let's me keep the position: fixed?