-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
Currently, the modal component has a z-index
of 12, whereas the z-index
of the nav component is 100.
This makes the modal to be displayed below navbar. This is especially problematic on devices with smaller screen, where the modal panel's content might be partly covered by the nav.
Should the modal's z-index be increased to 101?