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); +}