My data is very large for dialog box and I want to add scroolbar for that
This is a CSS problem, overflow-wrapper has all the styles you'll need:
How do I add this into my react code? I am also facing the same issue
For a workaround I did via css
div[data-react-toolbox=dialog] > section{
overflow: auto;
}
Most helpful comment
For a workaround I did via css
div[data-react-toolbox=dialog] > section{
overflow: auto;
}