Removed Timeline fixed height that was only used for testing

This commit is contained in:
2025-11-12 01:36:35 -08:00
parent 7858d95f58
commit 4b1eb3777f

View File

@@ -29,7 +29,7 @@ const timeline: timelineEntry[] = Astro.props.timeline || [];
</div>
))}
</div>
<div class="z-0 h-10 w-full max-w-full overflow-x-visible" data-custom-timeline-line-wrapper/>
<div class="z-0 w-full max-w-full overflow-x-visible" data-custom-timeline-line-wrapper/>
</div>
</custom-timeline>