Skip to content

Commit 148f12d

Browse files
Devyani JainCopilot
andcommitted
fix: make view variant fill panel so long feedback scrolls
Remove bottom:auto and min-height overrides on #viewVariant. It now matches editVariant layout (flex column, full height), so contentBar's overflow-y:auto kicks in for long feedback text. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 02919104-34f1-44e8-91db-7bfd688b1b6e
1 parent e76995c commit 148f12d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,6 @@
544544
}
545545

546546
#viewVariant {
547-
bottom: auto;
548-
min-height: 300px;
549547
}
550548

551549
/* ── Action Bar ── */

0 commit comments

Comments
 (0)