Răsfoiți Sursa

Fix scrolling for chatrooms with many participants.

JC Brand 9 ani în urmă
părinte
comite
8b968831c8
2 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 2 0
      css/converse.css
  2. 2 0
      sass/_chatrooms.scss

+ 2 - 0
css/converse.css

@@ -1917,6 +1917,8 @@
           padding: 0.3em;
           font-weight: bold; }
         #conversejs .chatroom .box-flyout .chatroom-body .participants .participant-list {
+          height: 100%;
+          overflow-y: scroll;
           list-style: none; }
           #conversejs .chatroom .box-flyout .chatroom-body .participants .participant-list li {
             cursor: default;

+ 2 - 0
sass/_chatrooms.scss

@@ -58,6 +58,8 @@
                         font-weight: bold;
                     }
                     .participant-list {
+                        height: 100%;
+                        overflow-y: scroll;
                         list-style: none;
                         li {
                             cursor: default;