Fix ol going over the header

This commit is contained in:
Jip Fr 2023-10-28 17:49:07 +02:00
parent abb2db1146
commit e2ede02293

View File

@ -11,7 +11,7 @@ export function Ol(props: { items: React.ReactNode[] }) {
i !== props.items.length - 1 ? "pb-6" : undefined
)}
>
<div className="relative">
<div className="relative z-0">
<div className="w-7 h-7 rounded-full bg-about-circle text-about-circleText font-medium flex justify-center items-center relative z-10">
{i + 1}
</div>