fix(ui): fix question dock overflow and message part flex layout (#28142)

This commit is contained in:
Brendan Allan
2026-05-18 17:55:27 +08:00
committed by GitHub
parent 7afd477d1a
commit 836a33198e
2 changed files with 4 additions and 2 deletions

View File

@@ -935,7 +935,7 @@
gap: 6px;
margin-top: 12px;
padding: 1px 1px 8px;
flex: 1;
flex-shrink: 0;
min-height: 0;
overflow-y: auto;
scrollbar-width: none;