Hi
I have created tables using the scrollable option when the table is created using the table elements. However, when I use tables within the text element, that option is not available. Can you share the code I would need to make the following tables (withing each tab section) scrollable horizontally:
Thank you
Lyse
Hey tremblayly,
Thank you for the inquiry.
Adding this css code should make the tab container scrollable and allow the users to check the rest of the table.
.active_tab_content .tab_inner_content {
overflow: scroll;
}
You may need to disable the file compression and purge the cache after adding the css.
Best regards,
Ismael
Thank you Ismael that worked perfectly!
Have a great day and stay safe.
Lyse