You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
If the size of the header changes (or external layout in general changes), SplitContentLayout doesn't change with it.
May require some MutationObservers? Or a clever solution with IntersectionObserver? Or just good old fashioned polling? Or a way to pass in an event emitter which triggers a recalculation that the user would then have to manually trigger events on for page changes?