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) {