You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Hello,
shouldn't a md-button with "md-fab md-fab-bottom-right" be fixed at its position
even when the parent container is scrollable ?
I'm on the master branch, and at the moment the button doesn't stay at its position when I scroll :
For the markup, it's just a md-button inside a md-content :
<md-content><!-- other divs --><md-buttonclass="md-fab md-fab-bottom-right"><md-iconmd-font-icon="mdi mdi-check"></md-icon></md-button></md-content>