Skip to content

Commit 264757e

Browse files
committed
Use user-select supported by other browsers
1 parent e88a9ff commit 264757e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xterm.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
font-feature-settings: "liga" 0;
4343
position: relative;
4444
user-select: none;
45+
-ms-user-select: none;
46+
-webkit-user-select: none;
4547
}
4648

4749
.terminal.focus,

0 commit comments

Comments
 (0)