From 463c8bab1f9c00590aa42cac685ae9a293fd99a2 Mon Sep 17 00:00:00 2001 From: Alex Boatwright Date: Wed, 29 Apr 2020 14:42:09 -0700 Subject: [PATCH] fix: make single stats work in catalina (#17910) --- ui/src/shared/components/cells/Cell.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/shared/components/cells/Cell.scss b/ui/src/shared/components/cells/Cell.scss index aa1635d214..41a0183de2 100644 --- a/ui/src/shared/components/cells/Cell.scss +++ b/ui/src/shared/components/cells/Cell.scss @@ -20,6 +20,8 @@ $cell--header-button-active-color: $c-pool; .cell--view { flex: 1 0 0; position: relative; + overflow: hidden; + height: 100%; > .single-stat { border-radius: $radius;