xieziyu / angular2-draggable

Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable

Home Page:https://xieziyu.github.io/angular2-draggable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resize Icon misplaced after scrolling

MyNameIsOka opened this issue · comments

commented

Hi all,

first of all, thanks a lot for this cool plugin!

I have the following setup and the icon used to resize is not moving correctly.
I defined a

with 500x500 pixels which I defined as ngResizable.
Within that div is a SVG element which is bigger than 500x500 so it is scrollable.
When I scroll within that element, the resize icon stays at the same place, instead of the bottom right corner.
resize_icon

Do you guys have an idea how to solve this?
Thanks a lot!

same issue :-(