From 55961145a5667ffab9a091b4b859c02e3829539e Mon Sep 17 00:00:00 2001 From: yonghyon Date: Thu, 1 Feb 2024 14:12:23 +0900 Subject: [PATCH] panel height --- com.twin.app.shoptime/src/components/TPanel/TPanel.module.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less b/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less index c0412f7f..daaa1eb5 100644 --- a/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less +++ b/com.twin.app.shoptime/src/components/TPanel/TPanel.module.less @@ -2,7 +2,7 @@ .tpanelmain { width: 100%; - height: 100%; + height: 100vh; box-sizing: border-box; color: black; @@ -11,6 +11,7 @@ color: @COLOR_GRAY03; padding: 0 !important; word-break: keep-all; + height: 100%; } &.isTabActivated {