html - Absolutely positioned div over a p causes links in the p to not be clickable -


i have absolutely positioned div on p, , causes links in p not clickable, , none of text selectable either.

the div doesn't have background, border. how can fix this?

you can change z-index of <div>. should drop behind <p>


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -