I'm trying the following.I've tried tons of suggestions on various resources, but there is always 1 thing missing: the scroll appears on body, or on the content, and the header takes up space and pushes the 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 questions:
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