mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 18:03:40 +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;
|
||
|
}
|
||
|
}
|