Skip to content

Conversation

Copy link

Copilot AI commented Feb 3, 2026

The funding banner was permanently fixed to the viewport bottom via Bootstrap's fixed-bottom class. Changed to standard footer positioning so it only appears when scrolling to the end of content.

Changes

  • Removed fixed-bottom class from footer element in app.component.html
  • Removed 120px bottom margin from .content in app.component.scss (no longer needed to accommodate fixed footer)
  • Added 20px margin-top to .page-footer for visual separation from content

Visual Impact

Before: Banner overlays content at all scroll positions

After: Banner appears only at bottom of page with proper whitespace

Top of page (footer not visible):

Scrolled to bottom (footer visible with 20px whitespace):

[!WARNING]

Original prompt

This section details on the original issue you should resolve

<filter_complete></filter_complete>

<issue_title>Don't show banner at the bottom of the screen permanently</issue_title>
<issue_description>Currently, there is a banner shown permanently at the bottom of the screen. I think it should instead only be shown when one is looking at the very bottom of the web page.</issue_description>

Comments on the Issue (you are @copilot in this section)

Original prompt

This section details on the original issue you should resolve

<issue_title>Don't show banner at the bottom of the screen permanently</issue_title>
<issue_description>Currently, there is a banner shown permanently at the bottom of the screen. I think it should instead only be shown when one is looking at the very bottom of the web page.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove permanent bottom banner display on web page Remove fixed positioning from footer banner Feb 3, 2026
Copilot AI requested a review from michael-schwarz February 3, 2026 04:48
@michael-schwarz michael-schwarz marked this pull request as ready for review February 3, 2026 04:49
@michael-schwarz
Copy link
Member

@copilot: Include a 20px whitespace above the footer

Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 3, 2026

@copilot: Include a 20px whitespace above the footer

Added 20px margin-top to the footer in commit 1fb8dfb.

Footer with 20px whitespace

@michael-schwarz
Copy link
Member

I tested it locally, it looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't show banner at the bottom of the screen permanently

2 participants