mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:25:48 +08:00
Fix: Remove height and overflow style settings (#22327)
This commit is contained in:
@@ -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',
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user