Skip to content

Commit

Permalink
chore(sidebar): Remove overlap with footer (#864)
Browse files Browse the repository at this point in the history
* chore/sidebar--avoid-overlap

* chore/sidebar--avoid-overlap

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Kosai106 and kodiakhq[bot] authored Sep 29, 2024
1 parent 82cad07 commit 579ee2a
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 @@ -49,7 +49,7 @@ function Nav({nav, children, fallbackHref, toc}) {
<div
id="navWrapper"
onClick={(e) => e.stopPropagation()}
className="h-full scrolling-touch lg:h-auto lg:block lg:sticky lg:bg-transparent overflow-hidden lg:top-18 bg-white dark:bg-purple-deep mr-24 lg:mr-0"
className="h-full mb-px scrolling-touch lg:h-auto lg:block lg:sticky lg:bg-transparent overflow-hidden lg:top-18 bg-white dark:bg-purple-deep mr-24 lg:mr-0"
>
<div className="absolute bg-gradient-to-b from-white dark:from-purple-deep h-12 lg:block pointer-events-none w-full z-10"></div>
<nav
Expand Down

0 comments on commit 579ee2a

Please sign in to comment.