reveal
reveal copied to clipboard
Use of display instead of visibility
Why not use display: none/block instead of visibility: hidden/visible?
Visibility hidden takes up the space even though the modal is hidden, it can be avoided if we use display property unless I am missing anything obvious.