Currently, when using a matrix table the mobile friendly view has the first item default expanded and the other items default collapsed. I’d like to add custom CSS that makes all items for this question type default expanded on mobile view.
Page 1 / 1
Include the below CSS in look and feel. It will make it permanently expanded.
.q-matrix.mobile tr{
height: max-content !important;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.