fix: make footer navigation scrollable with pinned Home button

This commit is contained in:
2026-07-10 14:25:47 +00:00
parent 85269bd99e
commit fcc53e88ae
2 changed files with 42 additions and 9 deletions
+8
View File
@@ -142,3 +142,11 @@
@apply bg-background text-foreground;
}
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}