From b1391195519577b50d9a353b82238f6bd1dbf7ea Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Mon, 29 Oct 2018 07:42:44 +0000 Subject: [PATCH] Prevent options overflow at larger widths --- src/components/compress/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/compress/style.scss b/src/components/compress/style.scss index f896f408..6956af3c 100644 --- a/src/components/compress/style.scss +++ b/src/components/compress/style.scss @@ -32,7 +32,7 @@ } @media (min-width: 860px) { - max-height: none; + max-height: 100%; } }