Skip to content

Commit

Permalink
fix(fab): position fab-list correctly on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Manduro authored Nov 10, 2016
1 parent fcba323 commit a0b61f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fab/fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0b61f2

Please sign in to comment.