Skip to content

Commit d40ddec

Browse files
committed
Update homepage.css
1 parent d5636bd commit d40ddec

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

homepage/homepage.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)