File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4896,16 +4896,21 @@ body {
48964896
48974897}
48984898
4899- body {
4899+ html , body {
49004900 text-rendering : optimizeLegibility;
49014901 font-feature-settings : "kern" ;
49024902 -webkit-font-feature-settings : "kern" ;
4903+ touch-action : none;
4904+ font-synthesis : none;
4905+ overscroll-behavior : none;
4906+ user-select : text;
4907+ -webkit-user-select : text;
4908+ -webkit-touch-callout : none;
49034909 -webkit-font-smoothing : antialiased;
49044910 -webkit-tap-highlight-color : transparent;
49054911 -webkit-text-size-adjust : 100% ;
49064912 -webkit-overflow-scrolling : touch;
4907- overscroll-behavior : none;
4908- overscroll-behavior-y : contain;
4913+ -webkit-text-size-adjust : none;
49094914}
49104915
49114916::selection {
You can’t perform that action at this time.
0 commit comments