From 0b5c61320a6aa3e055dd1789f3022fcd5f4a981d Mon Sep 17 00:00:00 2001 From: Pranav C Date: Fri, 2 Jun 2023 14:44:31 +0530 Subject: [PATCH] fix: update `left` value of display value to stick properly Signed-off-by: Pranav C --- packages/nc-gui/components/smartsheet/Grid.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/Grid.vue b/packages/nc-gui/components/smartsheet/Grid.vue index 5015e40fef..b672cc628c 100644 --- a/packages/nc-gui/components/smartsheet/Grid.vue +++ b/packages/nc-gui/components/smartsheet/Grid.vue @@ -1182,14 +1182,14 @@ const deleteSelectedRangeOfRows = () => { thead th:nth-child(2) { position: sticky !important; - left: 80px; + left: 85px; z-index: 5; @apply border-r-2 border-r-gray-300; } tbody td:nth-child(2) { position: sticky !important; - left: 80px; + left: 85px; z-index: 4; background: white; @apply border-r-2 border-r-gray-300;