the height is not being update even when using the following code: ``` <DocViewer documents={docs} pluginRenderers={DocViewerRenderers} style={{ height: "1000", width: "100%" }} config={{ header: { disableHeader: true } }} /> ``` 