Skip to content

Commit

Permalink
Added z-index to ensure it's always on top
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenmoura committed Jul 28, 2020
1 parent c7b0c13 commit 18bfede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ navigator.share = navigator.share || (function(){
width: 100%;
height: 100%;
will-change: opacity;
z-index: 99999999;
}
#shareAPIPolyfill-backdrop {
transition: opacity linear 250ms;
Expand Down

0 comments on commit 18bfede

Please sign in to comment.