Skip to content

Commit 4ac918d

Browse files
authored
Merge pull request #4618 from nextcloud/fix/team-resouces-overflow
fix(teams): Make team resources scrollable
2 parents deef96b + b43c524 commit 4ac918d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/CircleDetails.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ export default {
486486
487487
.circle-details-section {
488488
margin-bottom: 2rem;
489+
max-width: 500px;
489490
490491
.member-section-layout {
491492
display: inline-block;
@@ -514,6 +515,8 @@ export default {
514515
display: flex;
515516
flex-direction: column;
516517
gap: 2px;
518+
max-height: 300px;
519+
overflow-y: auto;
517520
518521
// Remove left padding added in ListItem (external component)
519522
:deep(.list-item__wrapper) {

0 commit comments

Comments
 (0)