diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index e027345db817caa4f69194865617895b9e216709..bd5c617bc537e9bf2893ad3a6f54892913878c57 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -156,4 +156,12 @@ hr {
 .modal {
   position: fixed !important;
   z-index: 9999;
-}
\ No newline at end of file
+}
+
+.category-header--tabs-container {
+  overflow-x: scroll;
+
+  @media screen and (min-width: $screen-md) {
+    overflow-x: unset;
+  }
+}