From a0b61f26effd5fbfd64542c5a5e4e5ebfc6722f6 Mon Sep 17 00:00:00 2001 From: Job Date: Thu, 10 Nov 2016 17:14:52 +0100 Subject: [PATCH] fix(fab): position fab-list correctly on IE --- src/components/fab/fab.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/fab/fab.scss b/src/components/fab/fab.scss index fc77aee08ae..025fd237ac5 100755 --- a/src/components/fab/fab.scss +++ b/src/components/fab/fab.scss @@ -156,7 +156,7 @@ ion-fab-list[side=right] .fab-in-list { } ion-fab-list[side=top] { - top: initial; + top: auto; bottom: 0; flex-direction: column-reverse;