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
on startup: move menu to document.body. This will fix z-index issues. Can use position absolute instead of fixed, meaning there is no need to close menu if document scrolls.. Drawback is that we have to delete the menu (or move it back to original parent) when the component downgrades (menu-button: move menu to document.body. #79). Completed.
Things to consider for improvement:
The text was updated successfully, but these errors were encountered: