Alejandro Isla

Results 2 comments of Alejandro Isla

this works for me! ``` .react-bootstrap-table { overflow-x: auto; } .react-bootstrap-table .table { width: calc(100% - 3px); } ```

in your principal layout in your head add `` and before your closing body tag ``` AOS.init(); ```