angular-resizable icon indicating copy to clipboard operation
angular-resizable copied to clipboard

Overflowing content when resizing

Open joeSaad opened this issue 8 years ago • 2 comments

I like this library. However when I put any few paragraphs inside any of the containers and start resizing, the content starts overflowing out of the section tag. I have tried changing the overflow property but that didn't work. Example is here: http://codepen.io/joesaad/pen/jqLpdE

joeSaad avatar Mar 30 '16 19:03 joeSaad

Facing the same problem. Tried putting !important, but didnt work.

punit1108 avatar May 12 '16 06:05 punit1108

Late to the party :) Adding overflow: hidden; overflow-y: auto; to the section-tag should solve this problem (at least adding it to your code-pen worked).

Cordobo avatar Feb 08 '17 18:02 Cordobo