Skip to content

Commit

Permalink
fix(inscription): scroll wide edition content
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Jan 23, 2025
1 parent c801c4f commit 3108a6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/routes/inscription/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@
margin-top: 0;
}
.edition-content {
overflow-x: scroll;
}
.tabs {
border-bottom: var(--border-size-1) solid var(--surface-4);
display: flex;
Expand Down

0 comments on commit 3108a6b

Please sign in to comment.