search

Home  >  Q&A  >  body text

Enhance mjml table with horizontal scrolling and add overflow

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粉464088437P粉464088437242 days ago425

reply all(1)I'll reply

  • P粉980815259

    P粉9808152592024-03-28 21:31:11

    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

    reply
    0
  • Cancelreply