diff --git a/src/app.css b/src/app.css index b1ed166..f67934f 100644 --- a/src/app.css +++ b/src/app.css @@ -10,6 +10,12 @@ -webkit-text-size-adjust: 100%; } +*, +*::before, +*::after { + box-sizing: border-box; +} + body { margin: 0; } diff --git a/src/editor/Editor.svelte b/src/editor/Editor.svelte index f8ec807..4cad2c6 100644 --- a/src/editor/Editor.svelte +++ b/src/editor/Editor.svelte @@ -1,19 +1,11 @@