From 64a7f80d37b32b53cb2b31eb490c7da555d71c76 Mon Sep 17 00:00:00 2001 From: callmeroot Date: Wed, 18 Sep 2024 16:00:48 +0530 Subject: [PATCH] fixed z-index --- lib/KTable/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/KTable/index.vue b/lib/KTable/index.vue index 4d41e05db..c3d743863 100644 --- a/lib/KTable/index.vue +++ b/lib/KTable/index.vue @@ -547,18 +547,18 @@ td { .sticky-header { position: sticky; top: 0; - z-index: 3; + z-index: 2; } .sticky-column { position: sticky; left: 0; - z-index: 2; + z-index: 1; } th.sticky-header.sticky-column, td.sticky-header.sticky-column { - z-index: 4; + z-index: 3; } .sortable { cursor: pointer;