Hi,
In the next release of mojoPortal I will add a class on the body of that page so you could do this:
body.querytool { overflow-x:scroll; }
but for now you can solve it by this:
form[action="QueryTool.aspx"] { overflow-x:scroll; }
put it in the bottom of the style-artisteeroverrides.css
Hope that helps,
Joe