plangrid / react-file-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preview sheet style problem

JonesLiang opened this issue · 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

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

commented

@JonesLiang Hi, add style:

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