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
commit 836a33198e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;