fix: textarea overflow and width in highlighted input container
This commit is contained in:
@@ -185,6 +185,8 @@ html, body {
|
|||||||
.ht-container {
|
.ht-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ht-backdrop,
|
.ht-backdrop,
|
||||||
@@ -215,6 +217,7 @@ html, body {
|
|||||||
|
|
||||||
.ht-textarea {
|
.ht-textarea {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
caret-color: var(--pc-text-primary);
|
caret-color: var(--pc-text-primary);
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user