nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.81k stars 154 forks source link

fix: devtools border-radius #617

Closed noook closed 4 months ago

noook commented 4 months ago

Some tabs (precisely server routes and server-tasks, maybe more) were overflowing of the iframe.

I tried using overflow: hidden without success, but adjusting the border-radius match worked.

Before vs after:

image

image