Saulis / iron-data-table

iron-data-table is a Web Component for displaying data as a table or grid. Built on top of iron-list using Polymer.
Apache License 2.0
147 stars 65 forks source link

Horizontal scrollbar appearance #124

Open web-padawan opened 8 years ago

web-padawan commented 8 years ago

Linux (Ubuntu), Firefox: scrollbar height affects iron-list height.

ubuntu

Mac Os X, Chrome (and Firefox too): scrollbar height does not affect iron-list height.

macos

Take a look at #container height: 137px vs 152px = 15px (scrollbar). This may vary (maybe from 14 up to 17px) in different OS. I also can reproduce this on Windows 7.

AFAIK this is the native Mac OS scrollbar appearance, as well as its "invisibility". There should be a way to keep #container height equal to iron-data-table height.