Well, I figured it out. I case anyone else would like to do this, I just changed
this.cont.appendChild(this.cnv);
to
this.cont.insertBefore(this.cnv,this.cont.firstChild);
in
ROOT\resources\wz_jsgraphics.js