marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Removes the ability to edit content editable divs when using resize sensor. #199

Closed shesmu closed 6 years ago

shesmu commented 6 years ago

Easy fix. put a wrapper around the editable div, make your new wrapper display:inline-block, and then bind the resize sensor to the wrapper instead of your editable div. Just wanted to put this here so people could ctrl+f for a quick fix.