Skip to content

Commit

Permalink
Fix vertical section overflow (#2744)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoachtig authored Jan 14, 2025
1 parent 17c1631 commit 24f5249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dirty-ties-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gitbook': patch
---

Fix vertical section overflow color
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export function SiteSectionList(props: { sections: SectionsList; className: Clas
className={tcls(
`text-dark/8 dark:text-light/8 text-sm
border-b border-dark/2 dark:border-light/2 -mx-5 relative
before:absolute before:contents[] before:left-0 before:right-2 before:bottom-0 before:h-12 before:pointer-events-none before:bg-gradient-to-b from-transparent to-light dark:to-dark`,
before:absolute before:contents[] before:left-0 before:right-2 before:bottom-0 before:h-12 before:pointer-events-none
before:bg-gradient-to-b from-transparent to-light dark:to-dark sidebar-filled:to-light-2 dark:sidebar-filled:to-dark-1 [html.tint.sidebar-filled_&]:to-light-1 dark:[html.tint.sidebar-filled_&]:to-dark-1`,
className,
)}
>
Expand Down

0 comments on commit 24f5249

Please sign in to comment.