mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 20:58:29 +08:00
10 lines
128 B
SCSS
10 lines
128 B
SCSS
![]() |
.chat-modal-new-message {
|
||
|
.modal-inner-container {
|
||
|
max-height: 100vh;
|
||
|
}
|
||
|
|
||
|
.modal-body {
|
||
|
max-height: inherit;
|
||
|
}
|
||
|
}
|