Skip to content

Commit bfd3ef0

Browse files
committed
Limit the invite area in height
1 parent abda8c7 commit bfd3ef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/skins/vector/css/matrix-react-sdk/views/dialogs/ChatInviteDialog.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ limitations under the License.
4242
padding-right: 4px;
4343
padding-top: 1px;
4444
padding-bottom: 1px;
45-
overflow: hidden;
45+
max-height: 150px;
46+
overflow-x: hidden;
47+
overflow-y: scroll;
4648
}
4749

4850
.mx_ChatInviteDialog_cancel {

0 commit comments

Comments
 (0)