Does this handle a case where there is a sticky sidebar that
- Might be taller or shorter than the scrollable content area next to it
- Might change in height due to expandable menus in the sidebar
- The content area may also change in height
?
I ask because an easy problem to end up with other libraries or self made code with seems to be that the following happens:
- The sidebar becomes sticky
- The sidebar becomes larger when a menu is expanded
- The sidebar is no longer in the document flow, so it fails to force the div that contains the sidebar and the content to become larger, instead overflowing.
Does this handle a case where there is a sticky sidebar that
?
I ask because an easy problem to end up with other libraries or self made code with seems to be that the following happens: