feat: Allow sidebar button list to scroll internally on overflow (#2791)

This commit is contained in:
Yao Changyi
2026-03-11 05:58:56 +08:00
committed by GitHub
parent afbe56af0d
commit feab19913b
4 changed files with 38 additions and 30 deletions
+8
View File
@@ -131,6 +131,14 @@
aspect-ratio: 1 / 1.4142;
}
@utility no-scrollbar {
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
@layer base {
* {
@apply border-border outline-ring/50 min-w-0;