Skip to content

Commit

Permalink
chore: hide annoying chart
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Aug 15, 2024
1 parent 1f3c28e commit f695289
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sass/_common/reskin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ body {
padding-block: 32px;
}


// Hide persistent chart showing in under the main chart
div[data-highcharts-chart="0"]:not(.quill-purchase-popup div[data-highcharts-chart="0"]) {
position: absolute;
top: -9999px;
}

.contained-section {
width: 100%;
max-width: 940px;
Expand Down

0 comments on commit f695289

Please sign in to comment.