Skip to content

Commit 78bbbf6

Browse files
committed
Disable text selection for the entire body
1 parent e83f087 commit 78bbbf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/src/styles/global.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
body {
1212
padding: 0;
1313
font-size: 13px;
14+
user-select: none;
1415
}
1516

1617
button {

0 commit comments

Comments
 (0)