Skip to content

Commit

Permalink
fix: default box-sizing for floating panel
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 16, 2023
1 parent 7903740 commit a674379
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/devtools/src/runtime/plugins/view/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ onMounted(() => {
transform: translate(-50%, -50%) rotate(0);
font-family: Arial, Helvetica, sans-serif;
font-size: 15px !important;
box-sizing: border-box;
}
#nuxt-devtools-anchor * {
box-sizing: border-box;
}
#nuxt-devtools-anchor button {
Expand Down

0 comments on commit a674379

Please sign in to comment.