Skip to content

Commit

Permalink
fix: ios 11 translateZ cause button do not show until scroll.
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Dec 6, 2017
1 parent 8973a0f commit 6b571be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/style/mixins/hairline.less
Expand Up @@ -112,7 +112,6 @@
@media (min-resolution: 2dppx) {
position: relative;
border: none;
transform: translateZ(0);

&::before {
content: '';
Expand All @@ -127,7 +126,6 @@
transform: scale(0.5);
box-sizing: border-box;
pointer-events: none;
z-index: -1;

// @media (min-resolution: 3dppx) {
// width: 300%;
Expand Down

0 comments on commit 6b571be

Please sign in to comment.