diff --git a/src/components/CategoryNav.css b/src/components/CategoryNav.css index 54a1f7c..a154351 100644 --- a/src/components/CategoryNav.css +++ b/src/components/CategoryNav.css @@ -1,3 +1,5 @@ .nav { box-shadow: inset 0px -1px 0px var(--border-muted); + overflow-x: scroll; + white-space: nowrap; } \ No newline at end of file