mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:46:11 +08:00
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);
|
||||
white-space: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
|
||||
// Fade-out for horizontal scroll nav
|
||||
&:before {
|
||||
|
|
Loading…
Reference in New Issue
Block a user