Yes this is bad. I hope it will be an update soon.
Pascal
The issue seems to be only when the hospot shoctode is in a builder module, for exemple in a DIVI code or text module.
PAscal
Thread Starter
erand
(@erand)
I found an solution , below is the code that you can put on custom CSS :
@media (max-width: 500px){
div#powerTip{
position: absolute !important; /*The position of the tooltip*/
width: auto !important; /*The width of the tooltip*/
height: auto !important; /*The height of the tooltip*/
left: auto !important; /*The position from the left of the tooltip*/
top: auto !important; /*The position from the top of the tooltip*/
overflow-x: hidden; /* For Hidding x scrollbar of the tooltip*/
overflow-y: hidden; /* For Hidding y scrollbar of the tooltip*/}}
It will solve the problem