reveal icon indicating copy to clipboard operation
reveal copied to clipboard

Use of display instead of visibility

Open jpatel3 opened this issue 10 years ago • 0 comments

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.

jpatel3 avatar Apr 17 '15 18:04 jpatel3