Skip to content

Commit

Permalink
Fix overlap on main nav and hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoni K committed Nov 1, 2024
1 parent 9c2b65d commit 804ebe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/web/src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ const Hero = (props: HeroWithNavTabsProps | HeroWithOverlapProps) => {
data-h2-wrapper="base(center, large, x1) p-tablet(center, large, x2)"
data-h2-position="base(relative)"
data-h2-margin="base(-x5, auto, 0, auto)"
data-h2-z-index="base(4)"
>
{children}
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/NavMenu/NavMenuWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const NavMenuWrapper = ({
transition={{ duration: 0.2, ease: "easeInOut" }}
data-h2-flex-item="base(content)"
data-h2-position="base(fixed) l-tablet(sticky)"
data-h2-top="l-tablet(0)"
data-h2-top="l-tablet(-1px)"
data-h2-bottom="base(x3.5) l-tablet(auto)"
data-h2-right="base(x.75) l-tablet(auto)"
data-h2-left="base(x.75) l-tablet(auto)"
Expand Down

0 comments on commit 804ebe8

Please sign in to comment.