Skip to content

Commit

Permalink
fix missized header on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Makenna Smutz committed May 14, 2024
1 parent 0c16471 commit dedfcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/docs/HeaderContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const HeaderContainer: FC<HeaderContainerProps> = ({ isMobileSidebarOpen,
return (
<header id="fern-header">
<div
className="fixed inset-x-0 top-0 z-30 shadow-none backdrop-blur-lg transition-shadow data-[border=show]:dark:shadow-header-dark lg:backdrop-blur h-header-height"
className="fixed inset-x-0 top-0 z-30 shadow-none backdrop-blur-lg transition-shadow data-[border=show]:dark:shadow-header-dark lg:backdrop-blur h-header-height-real lg:h-header-height"
data-border={
isScrolled || (isMobileSidebarOpen && ["mobile", "sm", "md"].includes(layoutBreakpoint))
? "show"
Expand Down

0 comments on commit dedfcaf

Please sign in to comment.