Skip to content

Commit

Permalink
Fix markdown text z-index being too high
Browse files Browse the repository at this point in the history
  • Loading branch information
nie7321 committed Oct 26, 2023
1 parent 02e272c commit c1826de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Chrome.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const headTitle = (title ? `${title} | ` : '') + 'Homestuck: Atypical Card Game'
<title>{headTitle}</title>
</head>
<body class="font-courier font-bold text-xl bg-lavender">
<div class="sticky top-0 bg-lavender">
<div class="sticky top-0 bg-lavender z-20">
<header x-data="{ open: false }" class="flex flex-col max-w-5xl mx-auto md:items-center md:justify-between px-4 md:px-0 md:flex-row">
<div class="pt-4 pb-2 flex flex-row items-center justify-between">
<a href="/" class="hidden md:block"><Image src={logo} class="w-[100px] pr-3" alt="ATCG Logo" /></a>
Expand Down

0 comments on commit c1826de

Please sign in to comment.