From c76a21c5b19da4b4d9b9f4e458c2ff35c2b4b99f Mon Sep 17 00:00:00 2001 From: srgooglo Date: Thu, 6 Oct 2022 11:59:27 +0200 Subject: [PATCH] remove min-height --- packages/app/src/components/Layout/modal/index.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/app/src/components/Layout/modal/index.less b/packages/app/src/components/Layout/modal/index.less index 4cc3f1a9..eb93a8ce 100644 --- a/packages/app/src/components/Layout/modal/index.less +++ b/packages/app/src/components/Layout/modal/index.less @@ -32,7 +32,9 @@ width: fit-content; height: fit-content; - min-height: 500px; + transition: all 0.2s ease-in-out; + + //min-height: 500px; min-width: 600px; padding: 30px;