dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

[BUG] dcc.dropdown does not dropup when at bottom of screen/parent/viewport

Open MM-Lehmann opened this issue 5 years ago • 2 comments

With dash==1.12, the Dropdown component does not dropup (like html <Select>) when there is no space below the component. In my setup the component resides within a dbc.ModalFooter. If there were at least an option for defining drop direction, I would be happy.

MM-Lehmann avatar Jun 16 '20 09:06 MM-Lehmann

@MM-Lehmann Hi, did you get a way to force the dropdown to be dropup? Thanks!

nico-hernandez avatar Jun 18 '21 15:06 nico-hernandez

I am also curios about that. I have found that there exist some solutions for "standard HTML/CSS" like those: drop-down-menu-that-opens-up-upward-with-pure-css

They are using "bottom": "100%" but does not help me (when putting that inside style of the Dropdown).

cryoff avatar Jul 01 '22 07:07 cryoff