srdone / first-class

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

md toast appears in the wrong spot #48

Closed srdone closed 9 years ago

srdone commented 9 years ago

Md toast appears where the bottom of the original viewport when the page was loaded. If you scroll down and perform a triggering action, it will appear near the top or off the screen.

srdone commented 9 years ago

See the following existing issues with Angular Material:

https://github.com/angular/material/issues/1106

https://github.com/angular/material/issues/826

srdone commented 9 years ago

Also see: https://github.com/angular/material/commit/0b87911fa0f7a6fab1bdaba6ad7741e670f93193

md-toast accepts a parent element so it knows where to append.