fix(channels): make guide steps collapsible + fix modal content overflow

- channels.js: guide steps now use <details> for collapsible display
- components.css: add .modal-content-body to scrollable flex rule
- Fixes modals being too tall with buttons pushed off screen
This commit is contained in:
晴天
2026-03-10 23:52:55 +08:00
parent e25f49d531
commit c30d0c450f
2 changed files with 6 additions and 5 deletions

View File

@@ -286,7 +286,8 @@ mark {
flex-direction: column;
box-shadow: var(--shadow-lg);
}
.modal-body {
.modal-body,
.modal-content-body {
flex: 1;
overflow-y: auto;
min-height: 0;