Skip to content

Commit

Permalink
fix: Change css z-index of SiteHeader to higher (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzpokorski authored Dec 9, 2022
1 parent 92f147f commit 0bd176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/SiteHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const SiteHeader = memo<{ readonly pageKind: PageKind }>(({ pageKind }) =
<a href="#main-content" className="focus:not-sr-only sr-only">
Skocz do treści
</a>
<header className="ios:transcluent-white after:absolute fixed z-10 after:bottom-0 top-0 flex flex-row items-stretch justify-center pb-1 after:w-full w-full after:h-1 h-12 bg-gray-100 after:bg-gray-200 shadow overflow-hidden">
<header className="ios:transcluent-white after:absolute fixed z-50 after:bottom-0 top-0 flex flex-row items-stretch justify-center pb-1 after:w-full w-full after:h-1 h-12 bg-gray-100 after:bg-gray-200 shadow overflow-hidden">
<div itemScope itemType="http://schema.org/WPHeader" className="flex flex-1 flex-row px-4 max-w-3xl xl:px-0">
<Link href="/">
<HeaderEl itemProp="headline" className="-ml-2 p-2">
Expand Down

1 comment on commit 0bd176f

@vercel
Copy link

@vercel vercel bot commented on 0bd176f Dec 9, 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.