mariokreitz / pokedex-v2

A project focused on implementing and showcasing the PokeAPI v2, providing a comprehensive and interactive platform for exploring Pokémon data, including species, abilities, moves, and more.
https://pokedex.mario-kreitz.dev/
MIT License
2 stars 1 forks source link

Bug Report: Scroll and Width Issues in Overview #2

Closed mariokreitz closed 2 months ago

mariokreitz commented 2 months ago

Bug Report: Scroll and Width Issues in Overview

Description: There are two main issues with the overview page:

  1. Scroll Bug: Users can scroll the page when the overview is open, which should not be possible.
  2. Width Issue: The overview does not extend to 100% width of the container, leaving a small gap on the right side.

Steps to Reproduce:

  1. Scroll Bug:

    • Open the Pokedex-v2 app.
    • Navigate to the overview page of any Pokémon.
    • Try scrolling the page when the overview is open.
  2. Width Issue:

    • Open the Pokedex-v2 app.
    • Navigate to the overview page of any Pokémon.
    • Observe that the overview does not fill the entire width of the container, leaving a small gap on the right.

Expected Behavior:

  1. Scroll Bug:

    • The Mainpage should not be scrollable when the Overview is open. It should be fixed in place to prevent scrolling.
  2. Width Issue:

    • The overview should extend to 100% of the container width with no gaps on the right side.

Actual Behavior:

  1. Scroll Bug:

    • The user is able to scroll the overview page even when it should be fixed.
  2. Width Issue:

    • There is a small gap on the right side of the overview, and it does not extend to the full width of the container.

Tested On:

Possible Cause:

WhatsApp Bild 2024-09-11 um 21 59 24_7d600d23

mariokreitz commented 2 months ago

Follow-Up: Issues Resolved

Description: The following issues have been resolved:

  1. Scroll Bug: The overview page no longer allows scrolling when it should be fixed in place.
  2. Width Issue: The overview now extends to 100% of the container width with no gaps on the right side.

Commit Reference:

Testing Details:

Additional Notes: