removed !important from css class ".modal-body"

This commit is contained in:
Francesco Mangiacrapa 2021-03-23 11:43:13 +01:00
parent d60e4002a4
commit 1bfb1112bd
1 changed files with 1 additions and 1 deletions

View File

@ -4857,7 +4857,7 @@ button.btn.btn-mini, input[type="submit"].btn.btn-mini { *
.modal-body {
position: relative;
max-height: 500px !important;
max-height: 500px;
padding: 15px;
overflow-y: auto
}