Skip to content

Commit

Permalink
Impove sizing and overflow scrolling on ProjectShare
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Dec 13, 2024
1 parent c489fe6 commit 75e0488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/projects/ProjectShare.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
align-items: flex-end;
justify-content: center;
gap: 1rem;
overflow-y: auto;
}
.fields {
flex: 1 1 auto;
Expand All @@ -128,7 +129,7 @@
gap: 1rem;
}
.embed {
min-height: 32rem;
min-height: 24rem;
flex: 1 1 26rem;
border: 1px solid var(--gray-2);
border-radius: 1rem;
Expand Down

0 comments on commit 75e0488

Please sign in to comment.