diff --git a/src/components/flow/FlowCellImage/styles.module.scss b/src/components/flow/FlowCellImage/styles.module.scss index 61ac2651..442206b1 100644 --- a/src/components/flow/FlowCellImage/styles.module.scss +++ b/src/components/flow/FlowCellImage/styles.module.scss @@ -7,8 +7,8 @@ position: absolute; top: 50%; left: 50%; - min-width: 100%; - min-height: 100%; + width: 100%; + height: 100%; transform: translate(-50%, -50%); object-fit: cover; }