y252328 / Instagram_Download_Button

Add download button to download media in the post and the story in Instagram
MIT License
237 stars 32 forks source link

Add z-index to custom buttons #23

Closed 501st-alpha1 closed 2 years ago

501st-alpha1 commented 2 years ago

Prevents clickable surface hiding under other elements.

One example where this can happen is if a user shares a post to their story and they adjust the position of the post so that it overlaps the button. (Yes, some people do have the post flying off the top-right corner of the screen, rather than leaving it in the center where you can see it. 😂)

Tested the fix and verified it works in said situation. And only the anchor element needs to be adjusted, because the download icon was still visible, I just couldn't click it without triggering Instagram's popup text prompting me to view the post.

y252328 commented 2 years ago

LGTM🙂