Crear Scroll De Texto Con Sppb5 - Question | JoomShaper

Crear Scroll De Texto Con Sppb5

FB

Fernando Bautista

SP Page Builder 1 year ago

Create scrolling text with sppb5

Best regards.

I want to make a module in tabs and I plan to add many things in each tab, but when I do, it is too long to scroll down.

I would like to know if it is possible to implement some kind of Scroll within the tab content and make the content go down as the scroll moves down?

I found these codes and they certainly work in custom modules, however, it is too tedious to implement:

Vertical scroll text blocks

https://datoweb.com/post/461-how-to-create-container-div-with-vertical-scroll

<style type="text/css">
#global {
height: 300px;
width: 100%;
background: #f1f1f1;
overflow-y: scroll;
}
#messages {
height: auto;
}
.text {
padding:4px;
background:#fff;
}
</style>
<div id="global">
<div id="mensajes">
<div class="text">TEXT BLOCK 1</div>
<div class="text">TEXT BLOCK 2</div>
<div class="text">TEXT BLOCK 3</div>
<div class="text">TEXT BLOCK 4</div>
</div>
</div>

Is it possible to do this same thing but in each tab?

Thank you for your kind collaboration.

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #166593

Hi

Thanks for contacting us. As per my knowledge there is no default option to do that. But I will add this feature in our request list so that our team will take care of it. By the way, I think its a nice feature. I will add it.

-Regards.

0