Add scrolling SubNavigation to Home and Account timelines

This commit is contained in:
Alex Gleason
2021-10-15 21:55:11 -05:00
parent 17e73a3846
commit b1da9dc455
9 changed files with 112 additions and 62 deletions

View File

@ -15,7 +15,7 @@
padding: 0 10px;
z-index: 500;
.sub-navigation ~ & {
.sub-navigation:not(.sub-navigation--hidden) ~ & {
top: calc(60px + 41px);
}