Skip to content

Commit

Permalink
chore: add box-sizing to Debug (vuejs#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
yexiaoking authored and veaba committed Jul 2, 2020
1 parent d178719 commit 4758709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/app/components/Debug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {

<style>
.debug {
box-sizing: border-box;
position: fixed;
z-index: 999;
cursor: pointer;
Expand Down

0 comments on commit 4758709

Please sign in to comment.