Closed iusx closed 2 months ago
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.
x-overflow
I resolved it by using left: 0;.
left: 0
β Type of 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
;.fix:
π Checklist