Author Topic: when i try to drag, row is showing wrong position  (Read 1514 times)

alonewolf149

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 56
    • View Profile
when i try to drag, row is showing wrong position
« on: April 23, 2020, 10:11:22 am »
Hi,
when i try to drag, row is showing wrong position
http://prntscr.com/s4eg1v

how to fix this ?

https://www.loom.com/share/a5a637a41a7f4a1aa62bfbdd83133e71

pls help
thanks


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: when i try to drag, row is showing wrong position
« Reply #1 on: April 23, 2020, 10:36:30 am »
Please add padding:0; margin:0; to body element.

Code: [Select]
body
{
   margin: 0; padding: 0;
}