Browse Source

Fix ol going over the header

pull/497/head
Jip Fr 2 years ago
parent
commit
e2ede02293
  1. 2
      src/components/utils/Ol.tsx

2
src/components/utils/Ol.tsx

@ -11,7 +11,7 @@ export function Ol(props: { items: React.ReactNode[] }) { @@ -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>

Loading…
Cancel
Save