8,960
edits
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
z-index: 9999; /* Ensure it's on top of all objects */ | z-index: 9999; /* Ensure it's on top of all objects */ | ||
top: 50%; /* Center vertically relative to the text */ | top: 50%; /* Center vertically relative to the text */ | ||
left: 100%; /* Position to the right of the text */ | |||
transform: translateY(-50%); /* Center the tooltip vertically */ | transform: translateY(-50%); /* Center the tooltip vertically */ | ||
opacity: 0; | opacity: 0; | ||