File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/kit-styled/src/components/scroll-area Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default component$(() => {
36
36
</ MDXProvider >
37
37
< div class = "mx-6 hidden w-60 min-w-48 text-sm xl:block" >
38
38
< div class = "sticky top-16 pt-4" >
39
- < ScrollArea className = "pb-10" >
39
+ < ScrollArea >
40
40
< div class = "sticky top-16 -mt-10 h-[calc(100vh-64px)] py-12" >
41
41
< DashboardTableOfContents headings = { headings ? headings : [ ] } />
42
42
</ div >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const ReactScrollBar = React.forwardRef<
42
42
>
43
43
< ScrollAreaPrimitive . ScrollAreaThumb
44
44
className = { cn (
45
- 'relative rounded-full bg-border ' ,
45
+ 'relative rounded-full bg-foreground/30 ' ,
46
46
orientation === 'vertical' && 'flex-1' ,
47
47
) }
48
48
/>
You can’t perform that action at this time.
0 commit comments