dash-core-components
                                
                                 dash-core-components copied to clipboard
                                
                                    dash-core-components copied to clipboard
                            
                            
                            
                        [BUG] dcc.dropdown does not dropup when at bottom of screen/parent/viewport
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 Hi, did you get a way to force the dropdown to be dropup? Thanks!
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).