From 18432ad4926e0754836980f0f54931bfeeca5b63 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:46:59 +0200 Subject: [PATCH] refactor(gui-v2): implement overlay in attachment components --- .../components/cell/attachment/Modal.vue | 18 ++++++++++-------- .../components/cell/attachment/index.vue | 16 ++++++++-------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/packages/nc-gui-v2/components/cell/attachment/Modal.vue b/packages/nc-gui-v2/components/cell/attachment/Modal.vue index 2e09a67057..487b92cc16 100644 --- a/packages/nc-gui-v2/components/cell/attachment/Modal.vue +++ b/packages/nc-gui-v2/components/cell/attachment/Modal.vue @@ -68,14 +68,16 @@ onKeyDown('Escape', () => {
-
- -
Drop here
-
+
diff --git a/packages/nc-gui-v2/components/cell/attachment/index.vue b/packages/nc-gui-v2/components/cell/attachment/index.vue index a68fb5bd80..245677c7e2 100644 --- a/packages/nc-gui-v2/components/cell/attachment/index.vue +++ b/packages/nc-gui-v2/components/cell/attachment/index.vue @@ -70,14 +70,14 @@ onMounted(() => {