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 was archived by the owner on Sep 5, 2024. It is now read-only.
When Side Navigation components are shown an accompanying edge-shadow is displayed. And a transparent mask is used (underneath) the SideNav to detect mouse clicks on areas off the SideNav. These clicks are used to auto-close the SideNav.
Since the mask element is not visible (currently), clicks on the content items are intercepted by the mask and mislead the user experience.
Question(s):
Should an semi-opaque mask be shown to the user?
What opacity and color should be the default vlaues ?
The mask usage should be optional under what conditions ?
The mask usage should be required under what conditions ?