I have a form where making it as compact as possible on the screen is critical and as a result, I am having to use CSS to minimize most margins & padding. The last thing I need to make really small or remove is the canvas background. When the form loads on the screen, it appears to have 20-30 px dedicated to showing the top of the background/canvas that I would like to remove (shown in the orange box below).
The problem is that I cannot find a way to remove that as it is not part of the bod,y but instead appears to be part something built via JS. Does anyone know how to resize/remove the top portion of the background/canvas in a form?