fix: textarea overflow and width in highlighted input container

This commit is contained in:
Nicolas Varrot
2026-02-13 11:52:39 +00:00
parent beced29c91
commit 13f5c4ac0c

View File

@@ -185,6 +185,8 @@ html, body {
.ht-container {
position: relative;
flex: 1;
min-width: 0;
overflow: hidden;
}
.ht-backdrop,
@@ -215,6 +217,7 @@ html, body {
.ht-textarea {
position: relative;
width: 100%;
color: transparent;
caret-color: var(--pc-text-primary);
background: transparent !important;