Expanding on Pure CSS: Center Tooltip Above Text On Hover -- how does one make the tooltip hover centered relative to its container if the tooltip is wider than said
Try with modified below code in your code.
.drag-hint:hover > span { display: inline; position:absolute; top: -25px; left: 0; right: 0; text-align: center; width:200px; }