plotly / dash-core-components

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
271 stars 145 forks source link

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

Open MM-Lehmann opened 4 years ago

MM-Lehmann commented 4 years ago

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.

nico-hernandez commented 3 years ago

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

cryoff commented 2 years ago

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).