Fix invite dialog being cut off when it has limited results

pull/21833/head
Michael Telatynski 2021-06-24 09:21:52 +01:00
parent 89231a4d35
commit 47be728eb2
1 changed files with 1 additions and 0 deletions

View File

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