Skip to content

Commit 84bca58

Browse files
committed
chore: 드래그 방지 삭제
1 parent 93f8823 commit 84bca58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/pyconkr/src/styles/globalStyles.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,7 @@ export const globalStyles = css`
136136
-webkit-font-smoothing: antialiased;
137137
-moz-osx-font-smoothing: grayscale;
138138
-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;
139+
144140
overscroll-behavior: none;
145141
word-break: keep-all;
146142
overflow-wrap: break-all;

0 commit comments

Comments
 (0)