Skip to content

Commit

Permalink
Merge pull request #901 from nextcloud/stable13-896-fix-scrolling-on-…
Browse files Browse the repository at this point in the history
…participants-list

[stable13] Fix scrolling on participants list
  • Loading branch information
Ivansss authored May 11, 2018
2 parents e4c5c7a + 2f22669 commit b9d9d47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1046,10 +1046,14 @@ video {
#app-sidebar #participantsTabView {
display: flex;
flex-direction: column;
overflow: hidden;
}

#app-sidebar .participantWithList {
overflow-y: auto;
}

#app-sidebar .participantWithList .participant:last-child {
/* Add room for the popovermenu on last user */
padding-bottom: 64px;
}
Expand Down

0 comments on commit b9d9d47

Please sign in to comment.