I had trouble making the share window popup outside of preview card.
- I had to make overflow possible for that to happen. But then, the image and other items like popup active in mobile screen would overflow at corners neglecting the border radius.
- I still think my solution is half-baked.
I feel like I overcomplicated the CSS part
- maybe I should have tried making it more clean or using multiple classes for styling complex elements instead of pushing styles down the throat to one single class.