Tailwind v4 compiles -translate-x-full to `translate: -100%` (CSS translate shorthand), not `transform`. The old :style set `transform: translateX(0)` — a different property — so the sidebar stayed hidden regardless of mobileOpen. Fix: use `translate: 0` in inline style so it overrides the same property. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bio | ||
| components | ||
| layouts | ||
| livewire | ||
| vendor | ||
| dashboard.blade.php | ||
| profile.blade.php | ||
| welcome.blade.php | ||