More actions
mNo edit summary |
mNo edit summary |
||
| Line 17: | Line 17: | ||
border-radius: 6px; | border-radius: 6px; | ||
position: absolute; | position: absolute; | ||
z-index: 1; | z-index: 1; | ||
| Line 24: | Line 23: | ||
.tooltip .tooltiptext { | .tooltip .tooltiptext { | ||
width: 512px; | width: 512px; | ||
top: 100%; | |||
left: | left: 75%; | ||
margin-left: - | margin-left: -128px; /* Use half of the width (120/2 = 60), to center the tooltip */ | ||
} | } | ||
/* Show the tooltip text when you mouse over the tooltip container */ | /* Show the tooltip text when you mouse over the tooltip container */ | ||