You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use :global() for copy button CSS to fix Astro scoping
Dynamically created elements don't receive Astro scope attributes,
so copy button styles were not applied. Wrapping in :global() fixes this.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments