JQuery UI draggable element leaves weird traces in Chrome

后端 未结 2 498
小鲜肉
小鲜肉 2020-12-14 03:22

I\'m trying to make my first chrome extension here.It\'s a sticky note board. But when I try to drag the first element on my board using JQueryUI it leaves horizontal lines

2条回答
  •  Happy的楠姐
    2020-12-14 03:36

    Finally I have a working workaround .

    Just using outline: 1px solid transparent; on the div fixes the problem :)

    It's an anti-aliasing issue.

提交回复
热议问题