Using CSS to disable text selection The code below disables text selection using CSS features. Works even on touch devices: -webkit-touch-callout: none; ...
確定! 回上一頁