imodeljs / itwin-viewer

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

"iModel is loading" spinner is center relative to page #75

Closed StefanRetief closed 3 years ago

StefanRetief commented 3 years ago

The iModel is loading spinner and prompt is centered using "position: fixed" relative to the window, rather than the container containing the viewer.

image

In this image, the spinner should be contained within the white box, but it has moved to the center. When the iModel is finished loading, it stays contained within the white box.