Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page keeps Scrolling Down after footer between specific widths #11609

Closed
3 tasks done
fasihullahsaleem opened this issue Aug 8, 2024 · 1 comment · Fixed by #11621
Closed
3 tasks done

Page keeps Scrolling Down after footer between specific widths #11609

fasihullahsaleem opened this issue Aug 8, 2024 · 1 comment · Fixed by #11621
Labels
🐛 bug Something isn't working, or isn't working as expected effort: small This task is a small effort. has PR Issues that already have a PR layout Issues related to alignment, positioning and spacing/margin/padding p2 We want to address this but may have other higher priority items.

Comments

@fasihullahsaleem
Copy link

Summary

Issue:

Hi, Recently I have been learning JavaScript, and I have been using MDN Web Docs for syntax. I opened Visual Studio Code side by side with the Edge browser. When I opened the page for "Abstraction" in the glossary, the page allowed me to scroll even after reaching the footer. I then inspected the page, did some experiments, and came to the following conclusions:

Specific Widths:

The issue occurs between the widths from 769px to 1199px.

Affected Links:

The complete glossary section got affected by it.

Browser:

I have tested the page on Edge, Chrome and Firefox. In which Except the Firefox other two have this issue as Firefox is auto correcting it.

Issue Screenshots:

Edge:

Issue ScreenShot

Firefox:

Firefox

Cause:

The side Flex is overflowing. Also, there is a nested unordered list present without the <li> tag or unexpected as you can see in the below:
image

Side Issue

URL

https://developer.mozilla.org/en-US/docs/Glossary
https://developer.mozilla.org/en-US/docs/Glossary/Abstraction#advantages_of_data_abstraction

Reproduction steps

  1. Open the Glossary page link provided in the link.
  2. Adject your screen between the width of 769px to 1199px.
  3. Scroll the page

Expected behavior

The page shouldn't keep scrolling after footer.

Actual behavior

The page kept scrolling after the footer tag.

Device

Laptop

Browser

Edge

Browser version

Stable

Operating system

Windows

Screenshot

image

Anything else?

No response

Validations

@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Aug 8, 2024
@caugner
Copy link
Contributor

caugner commented Sep 3, 2024

Duplicate of #11501.

@caugner caugner added layout Issues related to alignment, positioning and spacing/margin/padding 🐛 bug Something isn't working, or isn't working as expected p2 We want to address this but may have other higher priority items. effort: small This task is a small effort. has PR Issues that already have a PR and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working, or isn't working as expected effort: small This task is a small effort. has PR Issues that already have a PR layout Issues related to alignment, positioning and spacing/margin/padding p2 We want to address this but may have other higher priority items.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants