Skip to content

Commit

Permalink
attempting to fix content container finding for screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed May 24, 2024
1 parent 658cfff commit 21cac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/ChainChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ export default function ChainChart({
}

return (
<div className="w-full flex-col relative " id="content-container">
<div className="w-full flex-col relative " id="#content-container">
<style>
{`
.highcharts-tooltip-container {
Expand Down

0 comments on commit 21cac1f

Please sign in to comment.