mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-07 23:51:26 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user