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
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
If you have a really long Primary Menu with the last item containing children and grandchildren, it's possible for the grandchild flyout menu to be cutoff and overflow outside of the viewable area.
We should add logic to navigation.js to ensure the flyout will appear on the opposite side when it's too close to the browser window's edge.
The text was updated successfully, but these errors were encountered:
When I was developing Ascension I rewrote Navigation.js with jQuery and solved this problem in the child theme only but I have just removed the navigation.js in Ascension since we recently rewrote it in Primer that solved the original problems. It's one less file to manage in the child theme but it means this problem is back in Ascension until we fix it in Primer for all child themes.
If you have a really long Primary Menu with the last item containing children and grandchildren, it's possible for the grandchild flyout menu to be cutoff and overflow outside of the viewable area.
We should add logic to
navigation.js
to ensure the flyout will appear on the opposite side when it's too close to the browser window's edge.The text was updated successfully, but these errors were encountered: