Fix user info scroll container growing larger than available height

making whole room view grow taller than viewport
This commit is contained in:
Bruno Windels 2019-11-15 15:29:23 +01:00
parent 3a399e18fc
commit 1162d1ee43

View file

@ -179,7 +179,7 @@ limitations under the License.
}
.mx_UserInfo_scrollContainer {
flex: 1;
flex: 1 1 0;
padding-bottom: 16px;
}