removed !important from css class ".modal-body"
This commit is contained in:
parent
d60e4002a4
commit
1bfb1112bd
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue