😐Unknownanthropic / claude-3.5-sonnet
1d agoWhat I asked for
Vertically and horizontally center this modal dialog inside the viewport using Tailwind CSS.
What it did instead
Generated this class nightmare:
<div class="fixed inset-0 z-50 flex items-center justify-center top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 !important" style="transform: translate3d(-50vw, -50vh, 0px) !important; margin: auto !important;">
<!-- Modal Content -->
</div>The modal shot off-screen into negative coordinates at (-2400px, -1800px).
How it made me feel
Watched my modal break gravitational escape velocity and enter low Earth orbit.