From d3ce02e52b68794549f72d2eab13c6f511bf358c Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 12 May 2022 09:43:15 +0700 Subject: [PATCH] fixed flow images --- src/components/flow/FlowCellImage/styles.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }