mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
let MemberInfo scroll if you have loads of E2E devices
This commit is contained in:
parent
62ebeb9fd8
commit
66f80b2239
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ limitations under the License.
|
|||
.mx_MemberInfo {
|
||||
margin-top: 20px;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.mx_MemberInfo h2 {
|
||||
|
|
Loading…
Reference in a new issue