Skip to content

Commit dfd1f9f

Browse files
authored
Merge pull request #4784 from nextcloud/backport/4783/stable8.0
[stable8.0] fix(ContactsList): not being visible on small screens
2 parents a90ff0a + 9d3798a commit dfd1f9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/ContactsList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ export default {
381381
// Make virtual scroller scrollable
382382
.contacts-list {
383383
flex: 1 auto;
384+
contain: none !important;
384385
}
385386
386387
// Add empty header to contacts-list that solves overlapping of contacts with app-navigation-toogle

0 commit comments

Comments
 (0)