zuramai / mazer

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

Home Page:http://zuramai.github.io/mazer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always responsive Table Not Working on Horizontal Menu

rizkytegar opened this issue · comments

The table cannot be scrolled to the right. works when I use the sidebar menu, but crashes when I use the horizontal menu.

Table Link : https://zuramai.github.io/mazer/demo/table.html

Detail


Untitled

solved with this

 .table-responsive-horizontal {
     overflow-x: auto;
  }
<div class="table-responsive-horizontal">
 <table>
 
 </table>
</div>

This issue has been automatically marked as stale because it has been open for 14 days without activity. It will be closed if no further activity occurs within the next 14 days. If this is still an issue, just leave a comment or remove the "stale" label.