diff --git a/src/components/CategoryNav.css b/src/components/CategoryNav.css index cd6701a..ba9442e 100644 --- a/src/components/CategoryNav.css +++ b/src/components/CategoryNav.css @@ -1,5 +1,5 @@ .category-nav { box-shadow: inset 0px -1px 0px var(--border-muted); - overflow-x: scroll; white-space: nowrap; + overflow: hidden; } \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 22bff66..42af71f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -23,8 +23,6 @@ import Dashboard from "../components/Dashboard"; margin: 1rem 0; color: var(--text-secondary); display: table; - white-space: nowrap; - overflow: hidden; } h6.separator:after { border-top: 2px dotted var(--border-muted);