From 83374615aabaa322d27e02f56b679f152afe69ac Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 9 Apr 2022 18:41:57 -0500 Subject: [PATCH 1/4] fixed positioning of textbox --- src/components/TextBox.vue | 29 +++++++++++++++++++++-------- src/pages/Editor.vue | 17 +++++++++-------- src/types.ts | 9 +++++++++ 3 files changed, 39 insertions(+), 16 deletions(-) diff --git a/src/components/TextBox.vue b/src/components/TextBox.vue index 7d7a2d9..4a7dce5 100644 --- a/src/components/TextBox.vue +++ b/src/components/TextBox.vue @@ -1,27 +1,40 @@