Skip to content

Commit

Permalink
fix: fixed sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Holybasil committed Aug 8, 2023
1 parent 2831036 commit 0fdf88e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/MainLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ changeLanguage(content.lang)
display: flex;
flex-direction: column;
height: 100%;
overflow: auto;
}

#grid-right {
Expand Down
1 change: 1 addition & 0 deletions src/styles/prism-darcula.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ pre[class*="language-"] {
background: #2b2b2b;
border-radius: 27px;
padding: 17px;
padding-right: 70px;
}

/* Inline code */
Expand Down

0 comments on commit 0fdf88e

Please sign in to comment.