mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
@ -156,7 +156,7 @@ ion-fab-list[side=right] .fab-in-list {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ion-fab-list[side=top] {
|
ion-fab-list[side=top] {
|
||||||
top: initial;
|
top: auto;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
@ -57,8 +57,7 @@ ion-input :focus {
|
|||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translate3d(0, -100%, 0);
|
transform: translate3d(0, -100%, 0) translateY(1px);
|
||||||
transform: translate3d(0, calc(-100% + 1px), 0);
|
|
||||||
|
|
||||||
// background: red;
|
// background: red;
|
||||||
// opacity: .3;
|
// opacity: .3;
|
||||||
|
Reference in New Issue
Block a user