Dropdown Widget limit window overlapping issue
Hi, Dropdown widget in dashboard server is being displayed to up instead to down, and this cause an overlapping by the limit of the browser window
- dashboard_server = 0.7
- jupyter_notebook (5.0.0) (anaconda)
- Ipywidgets = 6

I believe this was fixed on master, see #295. You can try applying the patch sed -i'' "s/body {/body { min-height: 100vh;/" /node_modules/jupyter-dashboards-server/public/css/style.css.
I'm surprised the server runs for you with ipywidgets 6 (see #317). Can you confirm it works?
The patch in style.css works!!!

Related to ipywidgets 6, anaconda installs that version by default, I just installed the Dashboard server to try, it works but having many incompatibility errors in browser and some limitations , BTW the dashboard shows what I need. I'm really interested on the improvements for Dashboards Server, because I'm expecting to use this a lot in order to productionize my jupyter notebook analysis.

Thanks!!!
If you want to ensure compatibility with the currently released version, you need to use widgets 5.2.2 and widgetsnbextension 1.2.6 (the latter isn't pinned as a requirement of widgets 5.2.2, so you have to install it manually).