0

enter image description here

Hello,

i need help in adding a scrollbar on top, after the headers, horizontal scrollbar. thanks alot its in react js.

1 Answers1

0

did you try this?

<div style={{ overflowX: 'auto',overflowY: 'auto' }}>
  ... your component
</div>

Also you can use this packages for scrolling;

Ali Yaman
  • 208
  • 2
  • 10