Got it. in src\app\app.component.scss add this to the bottom:
#mainContent {
max-height: none !important;
}
For some reason fxFill="grow" sets max-height:100%. Which means when you try to scroll past it with an accordion/table it sets the footer as the height of the page when it was loaded. I Don't know that this is the "right" way to fix it, but it fixed it for me, so there you go.
Got it. in src\app\app.component.scss add this to the bottom:
#mainContent {
max-height: none !important;
}
For some reason fxFill="grow" sets max-height:100%. Which means when you try to scroll past it with an accordion/table it sets the footer as the height of the page when it was loaded. I Don't know that this is the "right" way to fix it, but it fixed it for me, so there you go.
Ingo has reacted to this post.