From fdf8ffefc43463d5d2f5c77b864beccf02ccef6a Mon Sep 17 00:00:00 2001 From: Embbnux Ji Date: Tue, 25 Jun 2024 16:52:51 +0800 Subject: [PATCH] fix: calling settings page style --- src/containers/AppView/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/containers/AppView/styles.scss b/src/containers/AppView/styles.scss index 2521cceb0..70cfcdb6a 100644 --- a/src/containers/AppView/styles.scss +++ b/src/containers/AppView/styles.scss @@ -72,3 +72,7 @@ input { top: 0.2em; left: 3.2em; } + +:global .CallingSettingsPanel_content { + max-height: calc(100% - 46px); +}