mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
@ -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;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user