fix(cookbook): resolve Serve button clipping
Allow expanded Serve cards to grow naturally within the Cookbook Serve group so the parent scroll area exposes the Launch and Cancel buttons.
This commit is contained in:
parent
2857723e47
commit
dbd1e6572f
1 changed files with 4 additions and 0 deletions
|
|
@ -15244,6 +15244,10 @@ body.right-dock-active:not(.email-doc-split-active) .doc-editor-pane {
|
|||
overflow-y: auto !important;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
.cookbook-group[data-backend-group="Serve"] > .admin-card > .hwfit-cached-list .doclib-card.doclib-card-expanded {
|
||||
flex: 0 0 auto !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
/* Drag-and-drop visual hint for the email compose pane. Subtle accent
|
||||
outline + tinted overlay so it's obvious files will attach if dropped. */
|
||||
.doc-editor-pane.email-dragover {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue