mobile: modal max size

This commit is contained in:
chapoi 2023-11-09 16:35:32 +02:00
parent 6455bd4fc6
commit d49aa1acd0
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
.chat-modal-new-message {
.modal-inner-container {
max-height: 100vh;
}
.modal-body {
max-height: inherit;
}
}

View File

@ -17,3 +17,4 @@
@import "chat-channel-members";
@import "chat-channel-settings";
@import "chat-form";
@import "chat-modal-new-message";