Skip to content

Commit cdba29a

Browse files
author
Yang Zhen
committed
Fix term copy and paste in FF on windows
1 parent 570d8b3 commit cdba29a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

app/styles/core-ui/Term.styl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,16 @@
241241
width: 13px;
242242
}
243243
}
244+
245+
@-moz-document url-prefix() {
246+
.xterm .xterm-helpers {
247+
bottom: 0;
248+
right: 0;
249+
left: 0;
250+
}
251+
.xterm .xterm-helper-textarea {
252+
left: 0;
253+
width: 100%;
254+
height: 100%;
255+
}
256+
}

0 commit comments

Comments
 (0)