From 9504b404193a5e79687184d2b6555a3c21cbb90d Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 7 Jun 2023 01:27:37 +0000 Subject: [PATCH] fix height calculation for centered mode --- packages/app/src/theme/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/theme/index.less b/packages/app/src/theme/index.less index ad630fc3..4d448005 100755 --- a/packages/app/src/theme/index.less +++ b/packages/app/src/theme/index.less @@ -143,7 +143,7 @@ html { .page_layout { width: 60%; - height: 95vh; + height: calc(100vh - var(--layoutPadding) * 2); } } }