From f2e1e9d5d317067e15b9799d0aee28068fd88292 Mon Sep 17 00:00:00 2001 From: musharaf-nocodb Date: Mon, 11 Dec 2023 12:37:36 +0530 Subject: [PATCH] fix : fixed position in searchbar --- .../nc-gui/components/smartsheet/toolbar/SearchData.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue b/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue index a36c1ca007..34e96e3908 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/SearchData.vue @@ -108,12 +108,12 @@ watch(columns, () => { size="small" :dropdown-match-select-width="false" dropdown-class-name="!rounded-lg nc-dropdown-toolbar-search-field-option max-w-64" - class="py-1 !absolute top-0 left-0 w-full h-full z-10 text-xs opacity-0" + class="py-1 !absolute top-2 left-0 w-full h-full z-10 text-xs opacity-0" @change="onPressEnter" > -
- +
+ {{ op.label }}