From 353479dc69fbd5192c8c1630cc66377f54f9ce72 Mon Sep 17 00:00:00 2001 From: Steve Paul Date: Tue, 19 Dec 2023 23:00:43 +0530 Subject: [PATCH] Resolve conflict --- src/components/CategoryNav.css | 2 +- src/pages/index.astro | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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);