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
When the main menu is in modal form, the body of the site should ideally not scroll underneath. We should build an option into the toggle-expanded module to handle that.
Should be as simple as adding an inline overflow: hidden on the body element when the target is expanded.
The text was updated successfully, but these errors were encountered:
When the main menu is in modal form, the body of the site should ideally not scroll underneath. We should build an option into the toggle-expanded module to handle that.
Should be as simple as adding an inline
overflow: hidden
on the body element when the target is expanded.The text was updated successfully, but these errors were encountered: