feat: enhance TerminalViewport styling and hide system caret in terminal input

This commit is contained in:
Bohdan Triapitsyn
2026-01-10 11:01:16 +02:00
parent 3809fdb93c
commit eca270ba97
2 changed files with 11 additions and 2 deletions
+5
View File
@@ -1518,3 +1518,8 @@ html:not(.dark) .chat-scroll {
content-visibility: visible !important;
contain-intrinsic-size: none !important;
}
/* Hide system caret in terminal - targets both Ghostty internal input and our custom touch input */
.terminal-viewport-container textarea {
caret-color: transparent !important;
}