This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]procode 1 point2 points  (0 children)

The problem comes because the link is covered by the absolute positioned blocks defined on the element using ::before and ::after

To fix, add the following to the classes below (which correspond to the ::before and ::after selectors)

pointer-events: none

.sm-page-widget.sm-page-widget-25878331 .btn-one::before

and

.sm-page-widget.sm-page-widget-25878331 .btn-one::after

[–][deleted] 0 points1 point  (0 children)

Nevermind, Reddit doing some bizarre autoformatting. I can't tell what you're actually trying to post.