Poll WIP (#231):

* user documentation
This commit is contained in:
John Livingston
2024-07-05 12:41:02 +02:00
parent 14ffa90208
commit bcb11ecbd7
10 changed files with 114 additions and 14 deletions

View File

@ -4,11 +4,14 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
livechat-converse-poll-form-modal {
/* Special case: when the form is in a modal */
.conversejs {
livechat-converse-poll-form-modal {
/* Special case: when the form is in a modal */
.converse-form {
max-height: 50vh;
overflow-y: scroll;
.converse-form {
max-height: 50vh;
overflow-y: scroll;
padding-top: 0;
}
}
}