CSS
<style>
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
Created at 2019-09-22 03:13:00
Updated at 2023-09-02 23:34:51
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.