8,960
edits
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
z-index: 9; /* Ensure it's on top of all objects */ | z-index: 9; /* 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: | left: 50%; /* Center horizontally relative to the text */ | ||
transform: translate(-50%, -50%); /* Center the tooltip */ | transform: translate(-50%, -50%); /* Center the tooltip */ | ||
opacity: 0; | opacity: 0; | ||