Hacker News new | ask | show | jobs
by hammerbrostime 686 days ago
Hi, I had some initial trouble where I kept selecting all the text on the website when I shift-z-clicked. This is easily fixed by making text unselectable on your site via CSS. I wouldn't recommend everyone use it for their entire site, but I think in your case it will make a better demo.

https://stackoverflow.com/questions/826782/how-to-disable-te...

1 comments

Thanks! I haven’t noticed that problem! Will try it out!
Add the style only while the menu is up.

I had to do something similar a while ago to implement drag&drop while keeping text selectable.