How to add column scrollbar on top in report, Oracle APEX

The scrollbar is located at the bottom of the report by default. You can add a top scrollbar for better usability.

  • Click on the Page
  • in CSS –> inline, add the following:
.t-fht-thead{
  overflow: auto !important;
}