Created by: pkkid
A few things updated here:
- Keep track of open modals and order an array openModals.
- Only close the top modal on escape keyup (not all modals).
- Each modal's z-index will be incremented by 10 from the previous modal.
- Each backdrop's z-index is the modals index - 1.