Hi, I observed that GXT add inline style for html element: "overflow: hidden." So my browser window has no scrolls.
I also checked GXT showcases and observed that new inline attribute was added.
I've tried to add my own inline style and tried to use css style with !important argument, but GXT anyway change it to overflow: hidden.
So, my question is: How can I avoid to add overflow hidden by GXT or change it to auto?
Thank you!