TP-53586 | resolving pr comments

This commit is contained in:
pooja-jaiswal_navi
2024-01-16 18:13:29 +05:30
parent 430ecdb9a8
commit 711d92c4e2

View File

@@ -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);
}
}