CSS - Link Not Clickable When Using Absolute Position January 31, 2023 Post a Comment Here is the HTML script of my header: < Solution 1: Try adding z-index:10; to .toplink{...} class. Solution 2: I have a button inside an absolutely positioned div and had this problem. z-index wasn't enough, I used pointer-events: all instead. Share Post a Comment for "CSS - Link Not Clickable When Using Absolute Position"
Post a Comment for "CSS - Link Not Clickable When Using Absolute Position"