srdone / first-class

Boy scout troop tracking
MIT License
6 stars 0 forks source link

md-fab buttons appearing over last element if few elements are in the view #63

Closed srdone closed 9 years ago

srdone commented 9 years ago

The md-fab buttons should appear at the bottom of the screen. Currently, if there are few items on the screen, they are only extending to the bottom of the lowest item.

This is likely due to the view not extending to the bottom of the screen. Perhaps layout-fill would fix it.