Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I have a problem when creating a Sense Mashup. If a text object is too long there is no possibility to scroll it down and I can only see the first part. In the app it works fine but in the mashup is not working.
Do you know if there is a solution or workaround for it ???
Thanks a lot in advance.
You could add the following CSS to your mashup:
.qv-ti{ overflow-y: auto; }
I believe .qv-ti only impacts the Text-Image object but there's a chance this may add Y scrolling else where so you'll need to test it.
I hope that helps.
You could add the following CSS to your mashup:
.qv-ti{ overflow-y: auto; }
I believe .qv-ti only impacts the Text-Image object but there's a chance this may add Y scrolling else where so you'll need to test it.
I hope that helps.
It worked, thanks!!!