googlearchive / paper-menu-button

An icon button that opens a drop-down menu for use in toolbars, etc.
9 stars 7 forks source link

Layout broken after core-popup-menu implementation #33

Closed yashafromrussia closed 10 years ago

yashafromrussia commented 10 years ago

core-popup-menu has overflow: scroll and therefore the scrollbars are taking up the space on the right and bottom sides.

Take a look at the screenshot:

screenshot from 2014-08-29 13 41 39

We simply fixed with paper-menu-button::shadow #menu::shadow #menu { overflow: auto; }

But I'm thinking it might be a good idea to have another attribute in core-popup-menu to show/hide scrollbars?

kennyjwilli commented 10 years ago

+1

I am getting this weird bug since the update. I beleive it also has to do with the scroll bars as I am able to click the bottom of the popup and use it like a scroll bar.

screenshot 2014-09-04 10 18 48

morethanreal commented 10 years ago

Appears to be fixed.