Skip to content

Commit 4155664

Browse files
but fix #20379
1 parent 15ea9f0 commit 4155664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/frontend-app/src/components/documentViewer/dialogContentComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function DialogContentComponent({
5252
</div>
5353
)}
5454

55-
<div className="mb-4 h-96 overflow-y-auto">
55+
<div className="mb-4 h-96 overflow-y-auto" style={{height:'auto'}}>
5656
{allChunkTexts.map(
5757
(item, index) =>
5858
item && (

0 commit comments

Comments
 (0)