Skip to content

Commit

Permalink
fix(mobile): prevent text selection on webkit (#8967)
Browse files Browse the repository at this point in the history
close AF-1804
  • Loading branch information
CatsJuice committed Dec 2, 2024
1 parent 476ed0e commit 5e92d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/core/src/mobile/styles/mobile.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ globalStyle(':root', {
[globalVars.appTabHeight]: BUILD_CONFIG.isIOS ? '49px' : '62px',
},
userSelect: 'none',
WebkitUserSelect: 'none',
});

globalStyle('body', {
Expand Down

0 comments on commit 5e92d6c

Please sign in to comment.