Skip to content

Commit

Permalink
fix(util): click-block transform on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
Manduro committed Nov 10, 2016
1 parent 0e53ec3 commit fcba323
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/themes/util.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fcba323

Please sign in to comment.