Skip to content

Commit

Permalink
fix(style): <main> fix the floating layer (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 authored Jul 13, 2023
1 parent 5537cfb commit df8f376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/content/Content.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const Content: Component = ({ children }) => {
return (
<main className="relative z-[1] px-4 pt-[4.5rem] fill-content md:px-0">
<main className="relative z-[2] px-4 pt-[4.5rem] fill-content md:px-0">
{children}
</main>
)
Expand Down

1 comment on commit df8f376

@vercel
Copy link

@vercel vercel bot commented on df8f376 Jul 13, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
innei.in

Please sign in to comment.