Skip to content

fix(footer): decorative SVG shapes overlap footer content on /developers/templates #1264

@AnasJMirza

Description

@AnasJMirza

Bug Report

Summary

On the /developers/templates page, the footer's decorative background SVG elements render above the footer content (logo, copyright text, and social links), making them partially obscured and visually cluttered.

Steps to Reproduce

  1. Navigate to https://solana.com/developers/templates
  2. Scroll to the bottom of the page
  3. Observe the footer

Current Behavior

The decorative SVG background shapes appear on top of the footer's foreground content (the Solana Foundation logo, copyright text, and social media icons) due to an incorrect stacking order.

Expected Behavior

The decorative SVG elements should remain behind the footer content at all times. Footer text and icons should be fully visible and unobstructed.

Screenshot

Image

Environment

Possible Fix

The issue is likely a missing or incorrect z-index on the footer content container, or the decorative SVGs lack pointer-events: none / proper stacking context. Setting position: relative; z-index: 1 on the footer content wrapper should resolve it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions