We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f8823 commit 84bca58Copy full SHA for 84bca58
apps/pyconkr/src/styles/globalStyles.ts
@@ -136,11 +136,7 @@ export const globalStyles = css`
136
-webkit-font-smoothing: antialiased;
137
-moz-osx-font-smoothing: grayscale;
138
-webkit-touch-callout: none;
139
- -webkit-user-select: none;
140
- -khtml-user-select: none;
141
- -moz-user-select: none;
142
- -ms-user-select: none;
143
- user-select: none;
+
144
overscroll-behavior: none;
145
word-break: keep-all;
146
overflow-wrap: break-all;
0 commit comments