1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-29 07:11:38 +08:00

#279 remove ios user-select

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

View File

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