Merge pull request #253 from Crossbell-Box/fix/scroll-show-more-z-index
This commit is contained in:
commit
e64979765e
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue