From 19ae575b4fb95cc0455c7aa533f674a2388ff3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gr=C3=A9goire=20parant?= Date: Thu, 29 Apr 2021 01:49:09 +0200 Subject: [PATCH] HotFix style help modal (#960) --- front/dist/resources/html/helpCameraSettings.html | 1 + 1 file changed, 1 insertion(+) diff --git a/front/dist/resources/html/helpCameraSettings.html b/front/dist/resources/html/helpCameraSettings.html index 64740406..a04668fe 100644 --- a/front/dist/resources/html/helpCameraSettings.html +++ b/front/dist/resources/html/helpCameraSettings.html @@ -11,6 +11,7 @@ max-height: calc(48vh - 50px); max-width: 48vw; overflow: hidden; + overflow-y: scroll; } #helpCameraSettings h1 { background-image: linear-gradient(top, #f1f3f3, #d4dae0);