Skip to content

Commit fcba323

Browse files
authored
fix(util): click-block transform on IE
1 parent 0e53ec3 commit fcba323

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/themes/util.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ ion-input :focus {
5757
display: block;
5858

5959
opacity: 0;
60-
transform: translate3d(0, -100%, 0);
61-
transform: translate3d(0, calc(-100% + 1px), 0);
60+
transform: translate3d(0, -100%, 0) translateY(1px);
6261

6362
// background: red;
6463
// opacity: .3;

0 commit comments

Comments
 (0)