Fix user info scroll container growing larger than available height
making whole room view grow taller than viewport
This commit is contained in:
@@ -179,7 +179,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_UserInfo_scrollContainer {
|
||||
flex: 1;
|
||||
flex: 1 1 0;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user