2024-06-28 16:38:59 +00:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
*/
|
|
|
|
|
2024-07-05 10:41:02 +00:00
|
|
|
.conversejs {
|
|
|
|
livechat-converse-poll-form-modal {
|
|
|
|
/* Special case: when the form is in a modal */
|
2024-06-28 16:38:59 +00:00
|
|
|
|
2024-07-05 10:41:02 +00:00
|
|
|
.converse-form {
|
|
|
|
max-height: 50vh;
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2024-06-28 16:38:59 +00:00
|
|
|
}
|
|
|
|
}
|