Skip to content

Commit efd5003

Browse files
committed
fix: weird scroll-in-scroll when navigating to bottom of outline
1 parent eb40133 commit efd5003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/WikiArticle.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ export interface Props {
240240
aside.sidebar {
241241
--sidebar-width: 20em;
242242
background-color: #081f34;
243-
height: 100%;
244243
position: fixed;
244+
padding-bottom: 1em;
245245
top: 3.5em;
246246
width: var(--sidebar-width);
247247
z-index: 25;

0 commit comments

Comments
 (0)