diff --git a/front/dist/resources/style/style.css b/front/dist/resources/style/style.css index 492f5fa3..d17bea37 100644 --- a/front/dist/resources/style/style.css +++ b/front/dist/resources/style/style.css @@ -1028,7 +1028,7 @@ div.modal-report-user{ .discussion .messages{ position: absolute; - height: calc(100% - 360px); + height: calc(100% - 390px); overflow-x: hidden; overflow-y: auto; max-width: calc(100% - 40px);