From 4a41d8be37c6277785e74451175741537db85530 Mon Sep 17 00:00:00 2001 From: gabehab Date: Thu, 11 Feb 2021 13:56:37 -0800 Subject: [PATCH] Add sliding stats for mobile --- components/metrics/MetricsBar.module.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } }