You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a menu item which is absolute on desktop and fixed (fullscreen) on mobile.
Problem is that the clickaway directive works for desktop (when container is absolute), but on my mobile version (when container is fixed) it doesn't work.
In fact wherever i click on screen it throws me a click-away event.
I know that fixed position translates the axis, and therefor some things can get tricky.
The text was updated successfully, but these errors were encountered:
Hello,
I have a menu item which is absolute on desktop and fixed (fullscreen) on mobile.
Problem is that the clickaway directive works for desktop (when container is absolute), but on my mobile version (when container is fixed) it doesn't work.
In fact wherever i click on screen it throws me a click-away event.
I know that fixed position translates the axis, and therefor some things can get tricky.
The text was updated successfully, but these errors were encountered: