I try to set min width container-fluid for my SpringBoot apps UI. I create report.css
.report { min-width: 1200px; overflow: scroll; }
A