diff --git a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss index 8533a6ba..581095fc 100644 --- a/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss +++ b/source/wp-content/themes/wporg-showcase-2022/src/style/style.scss @@ -195,7 +195,7 @@ a:where(:not(.wp-element-button)):focus-visible { /* Scroll the filter bar smaller screens. */ @media (max-width: 889px) { .wporg-query-filters { - overflow-y: scroll; + overflow-x: scroll; max-width: 100%; } }