Make sure that the call interface can't scroll horizontally

This commit is contained in:
Robin
2024-08-16 15:16:33 -04:00
parent 1da3fe0731
commit e2c4eae67b

View File

@@ -19,6 +19,7 @@ limitations under the License.
flex-direction: column;
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
}