From 0d35fbd349ecdb36043c36a8d874f0f7e367e425 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Wed, 25 Aug 2021 09:25:09 +0100 Subject: [PATCH] Fix horizontal scroll on option elements on mobile (#1134) --- src/client/lazy-app/Compress/Options/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/lazy-app/Compress/Options/style.css b/src/client/lazy-app/Compress/Options/style.css index 481021f5..11428852 100644 --- a/src/client/lazy-app/Compress/Options/style.css +++ b/src/client/lazy-app/Compress/Options/style.css @@ -1,6 +1,7 @@ .options-scroller { --horizontal-padding: 15px; border-radius: var(--scroller-radius); + overflow: hidden; /* At smaller widths, the multi-panel handles the scrolling */ @media (min-width: 600px) {