1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-20 04:23:01 +08:00

#279 remove safari user-select

This commit is contained in:
Mukaiu 2020-01-10 17:24:50 +08:00 committed by GitHub
parent 2c5327d45e
commit 49addec73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@
}
*:not(input,textarea) {
-webkit-touch-callout: none;
-webkit-user-select: none;
}
</style>