react-file-viewer
react-file-viewer copied to clipboard
preview sheet style problem
I have tried to edit the component's style by using className,but it dose not work;
I need conrtol the component's height free
how can i do?anybody help me?help...
@JonesLiang Hi, add style:
.pg-viewer-wrapper {
overflow: auto;
}