mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Limit the invite area in height
This commit is contained in:
parent
abda8c77ad
commit
bfd3ef0e44
@ -42,7 +42,9 @@ limitations under the License.
|
||||
padding-right: 4px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
overflow: hidden;
|
||||
max-height: 150px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.mx_ChatInviteDialog_cancel {
|
||||
|
Loading…
Reference in New Issue
Block a user