diff options
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index c58a0ad..eb22b2e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,11 +40,13 @@ body { margin: 0; padding: 0; } + html { height: 100%; margin: 0; padding: 0; } + * { box-sizing: border-box; } |