From a46b86edfb61bc0b3469fed560081f21560bea01 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Fri, 30 Jun 2017 15:02:20 +0200 Subject: [PATCH] FEAT #5654 update css for modal --- apps/maarch_entreprise/css/engine.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/maarch_entreprise/css/engine.css b/apps/maarch_entreprise/css/engine.css index 40ba4306a2a..ba379d70fcc 100644 --- a/apps/maarch_entreprise/css/engine.css +++ b/apps/maarch_entreprise/css/engine.css @@ -38,8 +38,10 @@ form .form-group{ .modal-body{ background-color: white; padding:10px; + min-height: 200px; max-height: 70vh; - overflow: auto; + overflow: hidden; + overflow-y: auto; } .modal-body .list-group li{ /*border-color: #009DC5 !important;*/ -- GitLab