Merge pull request #6256 from matrix-org/t3chguy/fix/17744

Fix invite dialog being cut off when it has limited results
pull/21833/head
Michael Telatynski 2021-06-24 10:52:41 +01:00 committed by GitHub
commit cd8f8dc458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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%;
}
}