Skip to content

Commit 9d666c8

Browse files
Solve the sticky positioning issue
1 parent 1e7b8bb commit 9d666c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/layouts/MainGridLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ const defaultPostListLayout = siteConfig.postListLayout?.defaultMode || "list";
246246
<style>
247247
.right-sidebar-container {
248248
align-self: start;
249+
display: contents;
249250
}
250251

251252
.right-sidebar-container #right-sidebar {

0 commit comments

Comments
 (0)