Fix: Remove height and overflow style settings

pull/22327/head
GuanMu 10 months ago
parent f929bfb94c
commit 0e80b6762d

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

Loading…
Cancel
Save