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 43d9a8e commit e4db023Copy full SHA for e4db023
examples/index.html
@@ -105,6 +105,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
105
106
selectFile( file );
107
viewer.src = validRedirects.get( file );
108
+ viewer.style.display = 'unset';
109
110
}
111
@@ -221,6 +222,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
221
222
223
window.location.hash = file;
224
viewer.focus();
225
226
227
panel.classList.remove( 'open' );
228
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