imodeljs / itwin-viewer

Monorepo that contains the iTwin Viewer npm package and its related packages
MIT License
15 stars 13 forks source link

Fix loader position and set viewer height to 100% #77

Closed kckst8 closed 3 years ago

kckst8 commented 3 years ago

This will be a breaking change and a new major version unfortunately. This will require an explicit height on parent elements of the Viewer. We no longer assume 100vh and will give consumers the flexibility to control the height of the Viewer control.

Will update styling in the CRA template once v6 is published

Closes #75