Horizontal scroll bar disappear when column control break set.
Using APEX V18,1 , IR horizontal scroll bar disappear when added column in control break.
following css inline code to set horizontal scroll bar.
.t-fht-thead{overflow: auto !important;}
How to get horizontal scroll bar back after column control break added?