We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51c59a commit c326e6cCopy full SHA for c326e6c
examples/index.html
@@ -118,6 +118,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
118
119
selectFile( file );
120
viewer.src = validRedirects.get( file );
121
+ viewer.style.display = 'unset';
122
123
}
124
@@ -234,6 +235,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
234
235
236
window.location.hash = file;
237
viewer.focus();
238
239
240
panel.classList.remove( 'open' );
241
files/main.css
@@ -383,6 +383,7 @@ iframe {
383
width: 100%;
384
height: 100%;
385
overflow: auto;
386
+ display: none;
387
388
389
#viewer {
0 commit comments