Skip to content

Commit

Permalink
[@mantine/charts] Fix incorrect overflow styles of svg element (#6040)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Apr 11, 2024
1 parent 4c9a875 commit a392d91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@mantine/charts/src/grid-chart.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
display: block;
width: 100%;

svg {
overflow: visible;
}

@mixin where-light {
--chart-grid-color: rgba(173, 181, 189, 0.6);
--chart-cursor-fill: rgba(173, 181, 189, 0.15);
Expand Down

0 comments on commit a392d91

Please sign in to comment.