mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 08:54:05 +10:00
feat: Allow sidebar button list to scroll internally on overflow (#2791)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user