HI there, I have this web page which is using JA Image Hotspot module to display some extra information when people hover over the Icons. It all works well on desktop and tablet, but when on mobile the tooltip boxes are not scrolling. https://gem-a.com/jog-volume-35-issue-7 here is a link to the page. I've inspected it in Safari, Chrome and Firefox in a mobile mode and the boxes are scrolling , but when trying from my iPhone that's not possible - any suggestions or help would be greatly appreciated 🙂
charlesevans Hi,
It seems to be an issue here on mobile, I've reported to the team for further checking on this.
Regards
saguaros Thanks for that! Look forward to fixing this issue . Kind regards
Hi.
You could try this. Edit the file : modules/mod_jaimagehotspot/assets/css/style.css
Add this to bottom of the file.
.webui-popover-content { max-height:400px; }
Thanks for this @Mo0nlight It did the job!