lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications
https://ui.lumapps.com
MIT License
1.96k stars 273 forks source link

fix dropdown: make the dropdown scrollable #568

Closed clementprevot closed 7 years ago

clementprevot commented 7 years ago

If the content of the dropdown is to big to fit in the remaining of the screen (to the top or the bottom according to the position of the target of the dropdown), then make it scrollable.

Also, improve the recomputation of the height of the dropdown. Watch the changes of the content instead of using an interval.