Fix horizontal scrolling for category nav

This commit is contained in:
Steve Paul
2023-12-20 00:37:53 +05:30
parent 8bbaa251b9
commit 605236cbec
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
.category-nav {
width: 100%;
box-shadow: inset 0px -1px 0px var(--border-muted);
white-space: nowrap;
overflow: hidden;
overflow-x: scroll;
}