Bootstrap 3 table - table-responsive not working

后端 未结 10 1217
攒了一身酷
攒了一身酷 2020-12-30 00:30

I\'m using bootstrap 3 for a website project. I\'m trying to create a page with a responsive table, so that I\'d have the scrollbar when the table is too big. I made a test

10条回答
  •  滥情空心
    2020-12-30 01:30

    In my code, I did add a CSS class:

    .modal-body{
      max-width:95vw;
    }
    

    The layout did work for sm

提交回复
热议问题