Fix horizontal scroll on option elements on mobile (#1134)
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user