Angular材料2 fab按钮没有浮动它正在滚动内容可能是什么原因?

时间:2017-02-23 04:34:16

标签: angular angular-material

<button md-fab></button>

角度材质按钮虽然我将它定位固定但不会变粘。此按钮随内容一起滚动。我还添加了一个类并尝试了

.fltBtn{
    position:fixed; 
    right:30px;
    bottom:30px;
}

1 个答案:

答案 0 :(得分:0)

你能提供你的HTML吗?它可能会干扰你的CSS。

请在此处查看我的回答angular 2 material container fixed not working

如果你正在使用sidenav,它可能来自这里。