mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(util): click-block transform on IE
This commit is contained in:
@@ -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