Fix: Remove height and overflow style settings (#22327)

This commit is contained in:
GuanMu 2025-07-14 13:57:53 +08:00 committed by GitHub
parent 8b1f428ead
commit b27c540379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -470,8 +470,6 @@ function DetailPanel({ detail, onFeedback }: IDetailPanel) {
className="py-4"
id="scrollableDiv"
style={{
height: 1000, // Specify a value
overflow: 'auto',
display: 'flex',
flexDirection: 'column-reverse',
}}>