idev0085 / react-boilerplate

0 stars 0 forks source link

Difference between display:none and visiblity: hidden #118

Open idev0085 opened 1 year ago

idev0085 commented 1 year ago

visibility:hidden hides the element, but it still takes up space in the layout. display:none removes the element from the document. It does not take up any space.