diff --git a/res/css/views/voip/_CallViewSidebar.scss b/res/css/views/voip/_CallViewSidebar.scss index 57989fb8f7..79bf3cbf09 100644 --- a/res/css/views/voip/_CallViewSidebar.scss +++ b/res/css/views/voip/_CallViewSidebar.scss @@ -20,7 +20,9 @@ limitations under the License. bottom: 16px; z-index: 100; // To be above the primary feed - height: 100%; + overflow: auto; + + height: calc(100% - 32px); // Subtract the top and bottom padding width: 20%; display: flex;