Enhance mjml table with horizontal scrolling and add overflow
P粉464088437
P粉464088437 2024-03-27 22:43:41
0
1
480

I am using mjml to create an email template containing a table. Also the header name is very long and the table becomes too large horizontally. I want to make it scroll horizontally inside the blue container but I can't make it happen.

How to make it scrollable?

This is the live code of mjml

P粉464088437
P粉464088437

reply all(1)
P粉980815259

You can use <mj-style> to add css classes


  
    
      .overflow-scroll { overflow: scroll; }
    
  
  ...

And add this class to include<mj-column>


    
      

Here is a fixed source

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template