<button md-fab></button>
angular material button does not gets sticky though I positioned it fixed. This button gets scrolled with the content. I also added a class and tried
.fltBtn{
position:fixed;
right:30px;
bottom:30px;
}
<button md-fab></button>
angular material button does not gets sticky though I positioned it fixed. This button gets scrolled with the content. I also added a class and tried
.fltBtn{
position:fixed;
right:30px;
bottom:30px;
}
Could you provide your html ? It might interfere with your css.
Please see my answer here angular 2 material container fixed not working
If you are using a sidenav, it probably comes from here.