FIX: Set overflow-x to auto to prevent scroll bar from always showing (#28294)

This commit is contained in:
Ella E. 2024-08-13 13:22:36 -06:00 committed by GitHub
parent c96dce2934
commit 9299a9c067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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