Layout fix

This commit is contained in:
2026-01-07 10:39:32 +01:00
parent e625447222
commit b5d5195f8f
4 changed files with 186 additions and 178 deletions

View File

@@ -369,7 +369,7 @@ label {
border: 1px solid var(--border);
border-radius: var(--radius);
background-color: var(--card);
overflow-y: auto;
overflow: hidden;
}
#editor,
@@ -402,6 +402,7 @@ label {
color: var(--foreground);
outline: none;
resize: none;
overflow-y: auto;
}
#suggestion-overlay {
@@ -412,4 +413,6 @@ label {
color: var(--muted-foreground);
pointer-events: none;
opacity: 0.5;
overflow: hidden;
transition: transform 0.05s linear;
}