0
<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;
}
FAISAL
  • 33,618
  • 10
  • 97
  • 105
dpndra
  • 2,098
  • 4
  • 23
  • 29

1 Answers1

0

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.

Community
  • 1
  • 1
Mozgor
  • 186
  • 3
  • 12