Skip to content

Commit

Permalink
fix: z-index for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Oct 24, 2018
1 parent 85588b2 commit 92dc154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/web-social-share/web-social-share.scss
Expand Up @@ -72,6 +72,8 @@ web-social-share {
margin: auto;
position: fixed;
z-index: 3;
-webkit-transform: translate3d(0, 0, 3px);
transform: translate3d(0, 0, 3px);

width: 100%;
max-width: 500px;
Expand Down

0 comments on commit 92dc154

Please sign in to comment.