PercySingleton / Portfolio

0 stars 0 forks source link

Floating footer #4

Open PercySingleton opened 4 months ago

PercySingleton commented 4 months ago

Name:

Floating footer on specific pages

Description:

On the home page as well as certain project pages the footer can be scrolled passed and users can view the bottom of the page below the footer that holds no content.

Steps to Reproduce:

  1. open web page
  2. scroll to bottom of page

Expected Result:

Footer sits at absolute bottom of page and cannot be scrolled past

Actual Result:

Footer sits at bottom of content but can be scrolled past and reveals no content under it

Configuration:

The bug is found under the checked configurations

IOS

Windows

Android

Iphone

Type:

Bug

Assignee: Airrick

PercySingleton commented 4 months ago

after messing around in inspect element for a while i finally figured out the issue. ReCAPTCHA needed overflow hidden and position of the footer needed to be relative. all fixed now.