manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

Horizontal scroll bar gets hidden in Grid sample #79

Closed Saulis closed 8 years ago

Saulis commented 8 years ago

When the viewport is narrow enough for the horizontal scroll bar to appear, it is hidden after 1 sec of stopping scrolling.

Tested on Windows (Chrome) and OS X (Chrome, scroll bars always visible)

<vaadin-grid> (0.3.0-beta12) frozen columns examples work, so I believe this has something to do with the DOM structure of the sample and how Grid detects the scroll bars.

manolo commented 8 years ago

Grid has problems with the polymer fit class, I have removed it, could you test again the gh-pages demo?