Skip to content

Commit

Permalink
fix(picker): 修复 Safari 下遮罩层级样式问题 (#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jan 4, 2024
1 parent 9924764 commit e8cb423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/__VUE/picker/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
background-repeat: no-repeat;
background-position: top, bottom;
transform: translateZ(0);
z-index: 1;
}
}

0 comments on commit e8cb423

Please sign in to comment.