Fix invite dialog being cut off when it has limited results

This commit is contained in:
Michael Telatynski 2021-06-24 09:21:52 +01:00
parent 89231a4d35
commit 47be728eb2

View file

@ -295,6 +295,7 @@ limitations under the License.
.mx_InviteDialog_content {
overflow: hidden;
height: 100%;
}
}