Skip to content

Commit

Permalink
fix(switcher): fix app switcher bugs (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Oct 18, 2022
1 parent 9451603 commit 68a729e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Banner/Banner.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
top: rem(48px);
}

// adjust nav container to account for banner
.banner + header + nav[class*='Switcher-module--nav'] {
top: 6rem;
}

// banner styles
.banner {
position: fixed;
Expand Down
1 change: 1 addition & 0 deletions src/styles/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
[class*='Switcher-module--nav'] {
top: 3rem;
overflow-y: auto;
}
[class*='PageTabs-module--tabs-container'] {
top: 3rem;
Expand Down

1 comment on commit 68a729e

@vercel
Copy link

@vercel vercel bot commented on 68a729e Oct 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.