top | item 41164298

(no title)

hammerbrostime | 1 year 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...

discuss

order

hauken|1 year ago

Thanks! I haven’t noticed that problem! Will try it out!

geon|1 year ago

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.