Hello,
I came across a solution on a website that I would also like to use.
The point is that it scrolls the content up within the tooltip.
Here is the code snippet:
		Less:
	
	.tooltip--preview .tooltip-content-inner .bbWrapper {
    animation: XVtooltipScroll 3s linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s
}
@keyframes XVtooltipScroll {
    100% {
        transform: translateY(max(-50%, -400px))
    }
}
	Please let me know if you know the addon or the full working code.
Thanks.
			
				Last edited: