While utilizing MDL tooltips (), the tooltip typically displays just below the <div>
it is linked to.
I am aiming for the tooltip to show up to the right of the referenced element, rather than beneath it.
My attempt to adjust the appearance in styles.css by adding the following code has not been successful:
.mdl-tooltip {
right: 50px;
}
Any assistance with this matter would be greatly appreciated.