I'm trying the following. I've tried tons of suggestions on various resources, but there always 1 thing missing: the scroll appears on body, or on the content, the header takes up space and pushes content down, ...
These are the requirements:
- Body does not scroll
- Header and footer fixed
- Searchbox does not scroll
- Search results scroll
- Using ngx-split, so should be making use of flexbox
It is very similar, to these question:
But, with an added non-scrollable box in the sidebar: Layout with fixed header and footer, fixed width sidebar and flexible content
But, with a footer: Scrolling a flexbox with overflowing content
