mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
fix: black horizontal line sometimes appearing below section (#1510)
This commit is contained in:
parent
c2bf3adc24
commit
f810d8fbf3
@ -42,7 +42,7 @@ export const HomeSection = ({
|
||||
</section>
|
||||
{gradient !== undefined ? (
|
||||
<div
|
||||
className={`absolute w-screen bottom-[calc(100vw*tan(6deg))] left-0 h-[30%] ${gradient}`}
|
||||
className={`absolute w-screen bottom-[calc(100vw*tan(6deg)-1px)] left-0 h-[30%] ${gradient}`}
|
||||
/>
|
||||
) : null}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user