From 7595d5fa1a6ba1dace2ae01a4afe02b28efa8ffa Mon Sep 17 00:00:00 2001 From: callmeroot Date: Fri, 20 Sep 2024 15:54:09 +0530 Subject: [PATCH] fixed z-indices --- 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;