From ca56a788146b7ca62cfb7f78da69831775035cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 15 Jun 2021 14:56:03 +0200 Subject: [PATCH] Limiting the max height of video elements --- front/style/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/front/style/style.scss b/front/style/style.scss index 1de9793a..264f7aae 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -45,6 +45,7 @@ body .message-info.warning{ video { width: 100%; height: 100%; + max-height: 90vh; cursor: url('./images/cursor_pointer.png'), pointer; }