Long content is being cut-off in the accordion container

Created on 12 June 2024, 13 days ago

Problem/Motivation

Currently, the pure_css.css has something like:

.accordion-tab .accordion-tab-content {
    overflow: hidden;
    ....
}
.accordion-tab .accordion-tab-input:checked~.accordion-tab-content {
    max-height: 50em;
    ...
}

Steps to reproduce

Enter content in the accordion content section longer than 50em tall. Save and try to scroll to the end.
Expected result:
- can scroll to the end
Actual result:
- cannot scroll to see the end. Content being cut-off.

Proposed resolution

The reason of "overflow: hidden;" might be try to reduce unnecessary gaps? Anyway, at least when the content is open / visible, it needs to be "overflow: auto;"

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada yang_yi_cn

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024