lumapps / lumX

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

fix(dropdown): update logic for ios #602

Closed philippeBchn closed 6 years ago

philippeBchn commented 6 years ago

With iOS, dropdown position can be have a wrong position because when a dropdown is open the body becomes fixed.

I remove this fixed and I close the dropdown when we scroll or click outside the dropdown.