Remove StickyNav - It's a cool feature but didn't really work well with our design
The component is still in use, but I hobbled it to not really be "sticky". <StickyNav> can probably be deleted but its contents will need to be shifted to a different component.
StickyNavContainer can be removed
There are a bunch of props passed around in Layout related to StickyNav, those can be removed as well.
Ensure that our position: fixed solution allows content to be visible on all pages
<StickyNav>
can probably be deleted but its contents will need to be shifted to a different component.StickyNavContainer
can be removedLayout
related to StickyNav, those can be removed as well.position: fixed
solution allows content to be visible on all pages