Skip to content

Commit

Permalink
fix: file editor not appearing, closes covidatlas#820
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Apr 15, 2020
1 parent e87f0a8 commit 7ae6411
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,17 @@ <h2 class="spectrum-Heading spectrum-Heading--M" id="spec">What does a good sour
</div>
</div>

<div class="cds-Editor-content cds-Map-content">
<div id="graph-elements">
<div id="graph-container">
<canvas id="graph"></canvas>
<div class="cds-Editor-content cds-Map-content">
<div id="graph-elements">
<div id="graph-container">
<canvas id="graph"></canvas>
</div>
<span onclick="document.getElementById('graph-elements').style.visibility='hidden'" id="graph-close">×</span>
</div>
<span onclick="document.getElementById('graph-elements').style.visibility='hidden'" id="graph-close">×</span>
</div>
<div class="cds-Map-controls">
<div class="cds-Map-controls">
</div>
<div id="map"></div>
</div>
<div id="map"></div>
</div>

<div class="cds-Editor cds-FileEditor" hidden>
Expand Down

0 comments on commit 7ae6411

Please sign in to comment.