I wonder if there is a way to change the drop- direction of the dcc.Dropdown(), instead of opening the options menu to the bottom, open it to the top.
I know that this option exists in the dbc.DropdownMenu(), but I would like to keep the selected options visible like dcc.Dropdown() does, especially if using multi=True.
Thank you @AIMPED, that solution was very useful for me.
I wonder if something similar can be done with dbc.NavbarSimple(fluid=True). I have a similar problem there. The navbar is placed at the bottom of my pages. On large screens it is always spread horizontally. But on small screens it collapses and opens up vertically, in the down direction…