From 3f20d5b0d1ce3e1a3b98d1b86db5c000d8fbf8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 2 Jun 2021 10:14:33 +0200 Subject: [PATCH] Trying to fix cam size in portrait and overflow --- front/style/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/style/style.scss b/front/style/style.scss index ef3df5c5..9cb139d8 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -151,6 +151,7 @@ body .message-info.warning{ } video.myCamVideo{ + max-height: 20vh; width: 15vw; -webkit-transform: scaleX(-1); transform: scaleX(-1); @@ -1221,6 +1222,7 @@ div.action.danger p.action-body{ position: absolute; width: 100%; height: 100%; + overflow: auto; } } }