fix: scroll show more z-index

it covers header nav
This commit is contained in:
Nya Candy 2023-03-22 14:36:34 +08:00
parent eac606a4b9
commit f493e85702
No known key found for this signature in database
GPG Key ID: 8B1BE5E86F2E66AE
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ export default function Home() {
}`}
>
<div
className={`absolute bottom-0 h-20 left-0 right-0 bg-gradient-to-t from-white via-white z-40 flex items-end justify-center font-bold cursor-pointer ${
className={`absolute bottom-0 h-20 left-0 right-0 bg-gradient-to-t from-white via-white flex items-end justify-center font-bold cursor-pointer ${
showcaseMore ? "hidden" : ""
}`}
onClick={() => setShowcaseMore(true)}