fix(fab): position fab-list correctly on IE

This commit is contained in:
Job
2016-11-10 17:14:52 +01:00
committed by GitHub
parent fcba3238a7
commit a0b61f26ef

View File

@@ -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;