Skip to content

Commit 19a1af8

Browse files
committed
fix: scroll issue for artifact info modal
1 parent 9d63802 commit 19a1af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/ArtifactInfoModal/ArtifactInfoModal.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const ArtifactInfoModal = ({
4848

4949
return (
5050
<Drawer position="right" width="800px" onEscape={handleClose}>
51-
<div data-testid="visible-modal-commit-info" className="h-100vh">
51+
<div data-testid="visible-modal-commit-info" className="flexbox-col h-100">
5252
<div className="flex dc__content-space py-10 px-20 cn-9 bcn-0 dc__border-bottom">
5353
<div className="flexbox-col dc__content-center">
5454
{isInfoLoading ? (

0 commit comments

Comments
 (0)