fix(mobile): prevent text selection on webkit (#8967)

close AF-1804
This commit is contained in:
CatsJuice 2024-12-02 02:39:01 +00:00
parent 476ed0ef56
commit 5e92d6cfe9
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4

View File

@ -10,6 +10,7 @@ globalStyle(':root', {
[globalVars.appTabHeight]: BUILD_CONFIG.isIOS ? '49px' : '62px',
},
userSelect: 'none',
WebkitUserSelect: 'none',
});
globalStyle('body', {