Skip to Main Content

Info

If you hide IG toolbar (Region Attributes > Toolbar > Show = No) there's still blank DIV element above report headers (at least in APEX 5.1.4.00.04). To fix this add this CSS: ```css .a-IG-header:empty{ padding:0; border-bottom:0 } ``` to the global CSS file or to the Custom CSS property of Theme Roller.

Employees