Hi. On APEX 22.1.6, I tried to set a margin-bottom for a static region which has sub regions of type classic reports and 1 static region. I used inline CSS...
#CONTAINER{margin-bottom: 40mm;}
"CONTAINER" is the region's static id.
I am doing this because I need to add a space between my container static region and the bottom of the physical paper when printing.
Something like that...
That's a custom margin by the browser. Notice the 2.76 bottom margin.
It does not work. What could be the reason for that?