Fix user info scroll container growing larger than available height
making whole room view grow taller than viewport
This commit is contained in:
parent
3a399e18fc
commit
1162d1ee43
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_UserInfo_scrollContainer {
|
||||
flex: 1;
|
||||
flex: 1 1 0;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue