Fix horizontal scroll on option elements on mobile (#1134)

This commit is contained in:
Jake Archibald
2021-08-25 09:25:09 +01:00
committed by GitHub
parent 4e901c714c
commit 0d35fbd349

View File

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