Closed speirling closed 7 years ago
The content panel height is not limited. I need it to go from the bottom of the header to the bottom of the screen I think.
standard cake.css line 535 .container overflow is set to hidden. that affects the content panel's container.
Might be a job for css calc() e.g. width: calc(100% - 3em);
Scrolling simply doesn't work?