-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
frontendRequires changes to frontendRequires changes to frontendgood first issueGood for newcomersGood for newcomers
Description
Description:
The "Get Started" button currently has a background, but when scrolling the page, the background does not stay fixed with the button. This creates a visual inconsistency and affects the overall UI experience.
To Reproduce:
Steps to reproduce the behavior:
- Go to the page with the "Get Started" button.
- Scroll down the page.
- Notice that the background does not move along with the button.
Expected Behavior :
The background of the "Get Started" button should remain attached to the button while scrolling.
Screenshots:
issue.mp4
Possible Solution (Optional):
Consider checking if the background is applied to the container instead of the button itself, or using position: sticky or appropriate CSS to ensure the background moves with the button.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
frontendRequires changes to frontendRequires changes to frontendgood first issueGood for newcomersGood for newcomers