ungovernable
Active member
I really love XenForo post preview tooltip when browsing a forum and hovering over a topic title. I'm trying to add the same feature to the sidebar widget. I managed to do this adding the tooltip code to the sidebar's links:
However, the tooltip is too big when the browsers's width is shrunk:
Any idea how to fix this ?
Code:
class="{xen:if $thread.hasPreview, PreviewTooltip}"
data-previewUrl="{xen:if $thread.hasPreview, {xen:link threads/preview, $thread}}"
However, the tooltip is too big when the browsers's width is shrunk:
Any idea how to fix this ?