Skip to content

Commit

Permalink
Make sidebar scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Sep 25, 2024
1 parent 2639996 commit ecf420a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/repo/Issue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
display: flex;
flex-direction: column;
gap: 0.5rem;
padding-bottom: 1rem;
}
.content {
padding: 0 1rem 1rem 1rem;
Expand Down
1 change: 1 addition & 0 deletions src/views/repo/Layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
grid-column: 1 / 2;
margin: 1rem 0.5rem 0 1rem;
min-width: 14rem;
overflow: scroll;
}
.content {
Expand Down

0 comments on commit ecf420a

Please sign in to comment.