File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
utils/docs/template/static Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ iframe#viewer {
448448}
449449
450450# viewer {
451- padding-left : 0 ;
451+ padding-left : var ( --panel-width ) ;
452452}
453453
454454# button {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
4040
4141 </ div >
4242
43- < iframe id =" viewer " name ="viewer "> </ iframe >
43+ < iframe name ="viewer "> </ iframe >
4444
4545 < script >
4646
@@ -93,7 +93,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
9393 const clearSearchButton = document . getElementById ( 'clearSearchButton' ) ;
9494 const panelScrim = document . getElementById ( 'panelScrim' ) ;
9595 const filterInput = document . getElementById ( 'filterInput' ) ;
96- let iframe = document . getElementById ( 'viewer' ) ;
96+ let iframe = document . getElementsByName ( 'viewer' ) [ 0 ] ;
9797
9898 const pageLinks = { } ;
9999 let navigation ;
You can’t perform that action at this time.
0 commit comments