I have been reading this post about how to make a div resizable. What I don'
t understand is why does the overflow property have to be different from visible? Both the w3c docs and csstricks blog mention this. Is there any specific reason behind this? If yes then what?
If you look at the overflow options, setting this value to visible will prevent the box to wrap the content, instead the content will go out of the box. Therefore, if the user is dynamically modifying the box, you would get the context overlapping your element's box.
reference: mdn overflow
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With