diff --git a/components/metrics/MetricsBar.module.css b/components/metrics/MetricsBar.module.css index b13e974f..7e90ba12 100644 --- a/components/metrics/MetricsBar.module.css +++ b/components/metrics/MetricsBar.module.css @@ -11,8 +11,6 @@ @media only screen and (max-width: 992px) { .bar { justify-content: space-between; - } - .bar > div:nth-child(n + 3) { - display: none; + overflow: auto; } }