Merge pull request #2100 from TanukiSharp/master

Changed full page sizing to 100% instead of compute fixed size (issue #2099)
This commit is contained in:
Ian Gilman 2022-04-12 15:53:16 -07:00 committed by GitHub
commit 2d890fb7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1041,8 +1041,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
$.addClass( this.element, 'fullpage' );
body.appendChild( this.element );
this.element.style.height = $.getWindowSize().y + 'px';
this.element.style.width = $.getWindowSize().x + 'px';
this.element.style.height = '100vh';
this.element.style.width = '100vw';
if ( this.toolbar && this.toolbar.element ) {
this.element.style.height = (