Created
April 10, 2025 15:41
-
-
Save brandonbryant12/0c908d7a3a274951de6cd31f912007fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Backstage's page structure is designed with a central layout containing the sidebar and header, which then renders the specific content for the current page (often including components from various plugins). Making a scrolling, full-width footer appear consistently inside the main content area of every single page (including plugin pages we don't control directly) is problematic. The standard layout doesn't provide a reliable hook to inject content globally into that specific inner spot. Attempting to force this with global CSS overrides is fragile and likely to break core Backstage layouts or future updates. A fixed footer bar that respects the sidebar area is a more feasible approach within this architecture. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment