feat: enhance TerminalViewport styling and hide system caret in terminal input
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user