Skip to content

Commit a0b61f2

Browse files
authored
fix(fab): position fab-list correctly on IE
1 parent fcba323 commit a0b61f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fab/fab.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ ion-fab-list[side=right] .fab-in-list {
156156
}
157157

158158
ion-fab-list[side=top] {
159-
top: initial;
159+
top: auto;
160160
bottom: 0;
161161

162162
flex-direction: column-reverse;

0 commit comments

Comments
 (0)