Two problems with Resizable
- If my element has position: fixed, it will turn into position: absolute when I start resizing.
- If my element has right: n pixels, it will turn into left: n pixels when I start resizing.
Both are problematic, at least for me...