-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
fix(nitro): remove <nuxt-error-overlay> iframe border
#33625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
WalkthroughThe pull request modifies a single file in the Nitro server utilities to adjust the error display styling. Specifically, a CSS property ( Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes This is a minimal, single-file change consisting of a straightforward CSS property addition with no logic modifications or complex interactions to consider. Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
CodSpeed Performance ReportMerging #33625 will not alter performanceComparing Summary
|
<nuxt-error-overlay> iframe border<nuxt-error-overlay> iframe border
|
thank you 🙏 |
🔗 Linked issue
📚 Description
Remove iframe border for
<nuxt-error-overlay>.BTW, the white line in the right of the iframe button is youch's scrollbar (poppinss/youch#80).