CSS disable text selection. Currently, I have put this in the body tag to disable text selections: body { -webkit-user-select: none; -moz-user-select: none; ...
確定! 回上一頁