javascript - jQuery getting wrong cursor position when scaling -
i'm scaling entire <body>
using css scale transform. problem wrong cursor position. want create new div cursor clicked div being created in wrong position.
$('body').css({transform:'scale(0.5,0.5)'});
Comments
Post a Comment