From 711d92c4e2dac123c41e8b47f99a0a554cc3e91c Mon Sep 17 00:00:00 2001 From: pooja-jaiswal_navi Date: Tue, 16 Jan 2024 18:13:29 +0530 Subject: [PATCH] TP-53586 | resolving pr comments --- src/Pages/Dashboard/SearchResultsTable.module.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Pages/Dashboard/SearchResultsTable.module.scss b/src/Pages/Dashboard/SearchResultsTable.module.scss index ff92eed..50a4c3f 100644 --- a/src/Pages/Dashboard/SearchResultsTable.module.scss +++ b/src/Pages/Dashboard/SearchResultsTable.module.scss @@ -60,9 +60,12 @@ overflow: hidden; width: 110px; } +:root { + --title-z-index: 1; +} .tooltipWrapper { display: flex; align-items: center; position: fixed; z-index: var(--title-z-index); -} +} \ No newline at end of file