Fixed FAB in ionic 2

Hi, i have been trying to add a fab button to my app, and want it to pretty mush appear at the bottom center of the page and not move even on scroll but it keeps it appears at the bottom and scroll up when the page is scrolled.So how do i make it fixed. My CSS
.fixed{
position:fixed;
left: 50%;
top:90%;
}