-1

enter image description here

I tried messing around with the width and aspect ratio of my table, however, that did not solve the issue. There is adequate space for all of the pagination options thus I do not know why the scrollbar is there in the first place.

Tom
  • 7,640
  • 1
  • 23
  • 47

1 Answers1

0

To hide scrollbars use the css property overflow: "hidden" or Specifically for MUI

Jorge Pérez
  • 234
  • 1
  • 5
  • I tried using this property but it does not get rid of the scrollbar because I think the overflow property only applies to scrollbars that appear with data in the table rather than with the pagination options – Omar Siddiq Jun 21 '23 at 17:41
  • Try assigning it to your upmost parent container #app or #root – Jorge Pérez Jun 21 '23 at 17:50