Skip to content

Commit

Permalink
fix z index
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Jan 26, 2025
1 parent 578098e commit ff89ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/space-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SpaceBanner: FunctionalComponent<SpaceBannerProps> = ({
const moonTop = isNewBlock === true ? "top-[-30px]" : "top-0";
return (
<div
className={`z-30 relative h-[200px] bg-gradient-to-br from-surface-DEFAULT-inverse to-surface-hover-inverse flex flex-col md:flex-row items-center border-2 ${borderBlack}`}
className={`relative h-[200px] bg-gradient-to-br from-surface-DEFAULT-inverse to-surface-hover-inverse flex flex-col md:flex-row items-center border-2 ${borderBlack}`}
>
{/* 左侧太空场景 */}
<div className="z-30 flex-1 w-full h-full relative">
Expand Down

0 comments on commit ff89ebd

Please sign in to comment.