fix: input overflow and flexible panel positioning

This commit is contained in:
andrepimenta
2025-07-22 21:50:56 +01:00
parent 43c1c85efb
commit 2c47349282
6 changed files with 31 additions and 10 deletions

View File

@@ -1350,13 +1350,14 @@ const styles = `
.input-field {
width: 100%;
box-sizing: border-box;
background-color: transparent;
color: var(--vscode-input-foreground);
border: none;
padding: 12px;
outline: none;
font-family: var(--vscode-editor-font-family);
min-height: 20px;
min-height: 68px;
line-height: 1.4;
overflow-y: hidden;
resize: none;