react-file-viewer icon indicating copy to clipboard operation
react-file-viewer copied to clipboard

preview sheet style problem

Open JonesLiang opened this issue 3 years ago • 2 comments

I have tried to edit the component's style by using className,but it dose not work; image I need conrtol the component's height free

JonesLiang avatar Mar 09 '22 02:03 JonesLiang

how can i do?anybody help me?help...

JonesLiang avatar Mar 09 '22 02:03 JonesLiang

@JonesLiang Hi, add style:

.pg-viewer-wrapper {
   overflow: auto;
}

rusicsemenov avatar Apr 29 '22 15:04 rusicsemenov