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

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -