ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: alonewolf149 on April 23, 2020, 10:11:22 am

Title: when i try to drag, row is showing wrong position
Post by: alonewolf149 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

Title: Re: when i try to drag, row is showing wrong position
Post by: paramvir on April 23, 2020, 10:36:30 am
Please add padding:0; margin:0; to body element.

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