Fix height of modal during account creation steps #418
Reference in New Issue
Block a user
Delete Branch "modal-tweaks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A modal that has a number of steps should avoid giving the user whiplash with changing heights. Keeping the height consistent during the flow makes the move from modal screen to modal screen smoother (and also elements like back buttons remain in consistent positions).
Before
After
This change also adds a tweak to the modal javascript to early return from opening the modal if its already open.