Skip to content

Commit e98589d

Browse files
committed
fixed scrolling issue
1 parent 19de8c9 commit e98589d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/upload-card/UploadCardRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ export function UploadCardRenderer({
227227
<Tooltip
228228
style={{
229229
maxHeight: toRem(105),
230+
overflow: 'scroll',
230231
}}
231232
>
232233
<Text
233234
size="T200"
234235
style={{
235-
overflow: 'scroll',
236236
height: '100%',
237237
wordBreak: 'break-word',
238238
}}

0 commit comments

Comments
 (0)