Skip to content

Commit

Permalink
Merge pull request #16 from LyonSyonII/dev
Browse files Browse the repository at this point in the history
CodeBlock scroll fix
  • Loading branch information
LyonSyonII authored Dec 15, 2023
2 parents 63022c5 + 6ad1e72 commit 422f24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/CodeBlock/CodeBlock.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
margin: 0rem;
font-size: 0.9rem;
grid-template-columns: auto 60px;
grid-template-columns: minmax(0px, 1fr) 60px;
}
.buttons {
display: flex;
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/components/QuestionCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const { question } = Astro.props;
background-color: var(--sl-color-black);
flex-direction: column;
padding: var(--card-padding);
gap: var(--card-padding);;
overflow: auto;
gap: var(--card-padding);
}
</style>

0 comments on commit 422f24b

Please sign in to comment.