Improve call interface UI

Fix call interface taking the whole screen and making the buttons behind
it unusable

GitLab: #155
Change-Id: I88a5bbbd543064e7c0221fffc9b061197f7c7c6d
diff --git a/client/src/pages/CallPending.tsx b/client/src/pages/CallPending.tsx
index 6c0fc06..a9e2807 100644
--- a/client/src/pages/CallPending.tsx
+++ b/client/src/pages/CallPending.tsx
@@ -45,6 +45,7 @@
       alignItems="center"
       height="100%"
       spacing={4}
+      flexGrow={1}
       sx={{
         backgroundColor: 'black',
       }}