Tooltip works well on large screens, but if the text is a bit longer than the heigh of for example a telephonet it falls outside the borders on phones when you scroll down to read the whole text.
I use a codeblock with
{tooltip}Read more {end-text}<p></p><b>Text </b></p>
text text text etc
{end-tooltip}
I tried to solve it in the quick CSS but cannot find the solution
Hey Woutski,
Thank you for the inquiry.
You can add this css code to unset the maximum height of the tooltip:
.tooltipck-tip {
max-height: none !important;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hey ismael,
Thanks for your reply. It works
Kind regards, Woutski