Skip to content

Commit

Permalink
moved the chart position
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobWeinbren committed Jan 25, 2024
1 parent 00b9245 commit 97aac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const dropdownHtml = `<select id="json-selector" class="p-2" onchange="window.lo
<div id="geocoder" class="geocoder fixed top-4 left-4 z-10"></div>
<div
id="chart-container"
class="fixed bottom-0 left-0 w-full max-h-[300px] z-10 flex justify-center items-center flex-col"
class="fixed bottom-10 left-0 w-full max-h-[300px] z-10 flex justify-center items-center flex-col"
>
<div id="dropdown-container" class="mb-4">
<Fragment set:html={dropdownHtml} />
Expand Down

0 comments on commit 97aac21

Please sign in to comment.