Closed yashafromrussia closed 10 years ago
core-popup-menu has overflow: scroll and therefore the scrollbars are taking up the space on the right and bottom sides.
overflow: scroll
Take a look at the screenshot:
We simply fixed with paper-menu-button::shadow #menu::shadow #menu { overflow: auto; }
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?
+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.
Appears to be fixed.
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:
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?