Two problems with Resizable

Two problems with Resizable

  1. If my element has position: fixed, it will turn into position: absolute when I start resizing.
  2. 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...