Please try enabling “Disable Theme Styles for Table” option.
We are also working on a control to control the scrolling options.
We will include that in a future release very soon.
Kind regards.
Hello, Imtiaz.
Thank you for your help.
Although enabling “Disable Theme Styles for Table” option solves the problem, it creates another issue.
In my tables, I use custom HTML elements like this one:
<span style="color: #62a9f5" class=""><i class="fas fa-arrow-circle-right" aria-hidden="true"></i></span> Excelente durabilidade
<br>
<span style="color: #62a9f5"><i class="fas fa-arrow-circle-right" aria-hidden="true"></i></span> Design autêntico e marcante
With this code, I get this result: https://ibb.co/HdnkShX
However, when I disable theme styles, I end up with this (which I don’t want to): https://ibb.co/8PY3C87
Is there another way to solve the scroll issue without losing my custom HTML?