Replies: 0
Hi,
The built in floating tooltip works great however in mobile mode it gets cut off. Is there a way to align the tooltip centre to the mobile browser or smaller browsers?
Image here: https://imgur.com/VzChYII
here is my current CSS for the toolrip:
.ui-tooltip.uh-tooltip{
display:inline-block !important;
font: 13px Arial, Helvetica, sans-serif;
font-size: 13px !important;
border-radius: 10px 10px 10px 10px;
border: 1.5px solid #257C9E;
text-align: left;
}
Thanks