diff --git a/src/components/fab/fab.scss b/src/components/fab/fab.scss index fc77aee08a..025fd237ac 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; diff --git a/src/themes/util.scss b/src/themes/util.scss index d58d588ee4..3588e362ce 100755 --- a/src/themes/util.scss +++ b/src/themes/util.scss @@ -57,8 +57,7 @@ ion-input :focus { display: block; opacity: 0; - transform: translate3d(0, -100%, 0); - transform: translate3d(0, calc(-100% + 1px), 0); + transform: translate3d(0, -100%, 0) translateY(1px); // background: red; // opacity: .3;