I have a Grid in my Vaadin 8 application and sometimes the Grid's scrollbars appear when they aren't needed or disappear when they shouldn't. They can even get stuck in a loop. My Grid has five columns, and I only use built-in Renderers that come with Vaadin 8.
I use CSS to set the column width for the first column to 30%. The problem doesn't appear if I remove that line from my theme, but I need it. How can I get it to work?