Skip to content

Commit 6d39b06

Browse files
style(terminal): fix a mistyped translate..() CSS function (Acode-Foundation#1613)
Co-authored-by: 1Code-JS <196545093+1Code-JS@users.noreply.github.com>
1 parent 7edf7f6 commit 6d39b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/terminal/terminalTouchSelection.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
transform: rotate(180deg) translateX(87%);
3636
}
3737
.terminal-selection-handle-end {
38-
transform: rotate(90deg) translateX(-13%);
38+
transform: rotate(90deg) translateY(-13%);
3939
}
4040

4141
.terminal-context-menu {

0 commit comments

Comments
 (0)