content icon indicating copy to clipboard operation
content copied to clipboard

fix(index): .gradient style overflow

Open iusx opened this issue 1 year ago β€’ 0 comments

❓ Type of change

  • [ ] πŸ“– Documentation (updates to the documentation or readme)
  • [x] 🐞 Bug fix (a non-breaking change that fixes an issue)
  • [ ] πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] ✨ New feature (a non-breaking change that adds functionality)
  • [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Hey, I noticed a small bug while browsing the homepage. It might not have appeared during testing, but it’s happening on my end.

The issue is mainly caused by the .gradient style, which is shifting to the right, resulting in an x-overflow problem.

I resolved it by using left: 0;.

CleanShot 2024-08-20 at 22 11 14

fix:

CleanShot 2024-08-20 at 22 11 38

πŸ“ Checklist

  • [ ] I have linked an issue or discussion.
  • [x] I have updated the documentation accordingly.

iusx avatar Aug 20 '24 14:08 iusx