Skip to content

Commit

Permalink
chore/sidebar--avoid-overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosai106 authored Sep 22, 2024
1 parent a083bb6 commit 736fc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/layouts/SidebarLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Nav({nav, children, fallbackHref, toc}) {
<nav
id="nav"
ref={scrollRef}
className="px-1 bg-white dark:bg-purple-deep font-medium text-base sm:px-3 xl:px-5 pb-10 lg:pb-16 sticky?lg:h-(screen-18) lg:overflow-y-auto"
className="px-1 mb-px bg-white dark:bg-purple-deep font-medium text-base sm:px-3 xl:px-5 pb-10 lg:pb-16 sticky?lg:h-(screen-18) lg:overflow-y-auto"
>
<ul className="space-y-16 mt-10">
{children}
Expand Down

0 comments on commit 736fc82

Please sign in to comment.