MaxArt2501 / share-this

Medium-like text selection sharing without dependencies
https://maxart2501.github.io/share-this/
MIT License
808 stars 53 forks source link

z-index #25

Closed jimblue closed 6 years ago

jimblue commented 6 years ago

Hello and happy new year!

I've notice a small improvement because of a bug on my side.

There is no way to modify the z-index.

Could you had a variable so we can adapt it to each case?

Thank you so much

MaxArt2501 commented 6 years ago

The provided style sheet doesn't even set the z-index property anywhere. If you want to do it, you can set it yourself in your own CSS:

.share-this-popover { z-index: 100; }
jimblue commented 6 years ago

ok