Fix feedback moufmouf

This commit is contained in:
Gregoire Parant 2020-11-10 12:38:32 +01:00
parent f837f1a31f
commit 3333b3cee3
4 changed files with 46 additions and 9 deletions

View file

@ -840,7 +840,7 @@ div.modal-report-user{
position: absolute;
height: calc(100% - 360px);
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
max-width: calc(100% - 40px);
width: calc(100% - 40px);
}
@ -887,6 +887,7 @@ div.modal-report-user{
color: white;
border-radius: 15px;
border: none;
padding: 6px;
}
.discussion .send-message img{