Search code examples
cssgoogle-chromesafariwebkithighlighting

Why webkit browsers can't highlight selected texts in this site?


Website: http://clandestinoangusto.it/

Hi, can anybody explain why WebKit browsers are not able to highlight selected texts in the above given website? Its working fine with IE and FF,But chrome and safari just showing the highlight cursor, but not able to select text.

Probably it's something about CSS, but I can't fix it at all.

Thankyou.


Solution

  • Remove this from body style

    -webkit-user-select:none;