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;
}
+2
View File
@@ -104,6 +104,8 @@ const { site, title, tagline } = Astro.props;
body {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
}
main,
.container {