FIX: Set overflow-x to auto to prevent scroll bar from always showing (#28294)
This commit is contained in:
parent
c96dce2934
commit
9299a9c067
|
@ -21,7 +21,7 @@
|
||||||
font-size: var(--font-up-1);
|
font-size: var(--font-up-1);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
|
|
||||||
// Fade-out for horizontal scroll nav
|
// Fade-out for horizontal scroll nav
|
||||||
&:before {
|
&:before {
|
||||||
|
|
Loading…
Reference in New Issue