Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Sein <ivan@struktur.de>2018-05-11 12:11:21 +0300
committerGitHub <noreply@github.com>2018-05-11 12:11:21 +0300
commitb9d9d47bf057166f57606d17be4c4316be6cd4b6 (patch)
tree7f03d94f832808c05bb9b2981c19d15c563dd327
parente4c5c7add0ee1e15062afaf8b0dfe562d23b0c8e (diff)
parent2f226690a101a8b346eb5e90061f5fdac965dabd (diff)
Merge pull request #901 from nextcloud/stable13-896-fix-scrolling-on-participants-list
[stable13] Fix scrolling on participants list
-rw-r--r--css/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index 52868b3ee..dffb6086e 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -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;
}