We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c850b4 commit 1a9d2a4Copy full SHA for 1a9d2a4
src/features/dashboard/components/common-table/cell-copy-text.module.scss
@@ -14,7 +14,7 @@
14
.copyTextIcon {
15
margin-left: 8px;
16
margin-top: 4px;
17
- position: relative; /* Add this to make it a positioning context for the tooltip */
+ position: relative;
18
}
19
20
.tooltip {
@@ -23,10 +23,10 @@
23
color: white;
24
padding: 5px 10px;
25
border-radius: 4px;
26
- top: 100%; /* Position it right below the icon */
+ top: 100%;
27
left: 50%;
28
transform: translateX(-50%);
29
- margin-top: 8px; /* Add some space between icon and tooltip */
+ margin-top: 8px;
30
z-index: 1000;
31
white-space: nowrap;
32
font-size: 12px;
0 commit comments