Skip to content

Commit

Permalink
Revert "fix: stack navbar on top so that the banner doesn't cover the…
Browse files Browse the repository at this point in the history
… navbar."

This reverts commit e7aaebf.
  • Loading branch information
slorber committed Oct 6, 2022
1 parent e7aaebf commit a84133d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function NavbarLayout({children}: Props): JSX.Element {
className={clsx(
'navbar',
'navbar--fixed-top',
styles.stackNavbarOnTop,
hideOnScroll && [
styles.navbarHideable,
!isNavbarVisible && styles.navbarHidden,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@
.navbarHidden {
transform: translate3d(0, calc(-100% - 2px), 0);
}

.stackNavbarOnTop {
z-index: calc(var(--ifm-z-index-fixed) + 1);
}

0 comments on commit a84133d

Please sign in to comment.