fix: select dropdowns clipped by sections, add approval actions to posts
Deploy / deploy (push) Successful in 12s
Deploy / deploy (push) Successful in 12s
- Fix CollapsibleSection overflow clipping select dropdowns - Add SlidePanel footer prop for always-visible save/cancel bar - Add approval action buttons: Send to Review, Approve, Reject, Schedule - Add sync-brands.js script for local→remote NocoDB brand sync - Add posts.reject i18n key (en + ar) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -421,6 +421,10 @@ textarea {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.collapsible-content.is-open > .collapsible-inner {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* Stagger children */
|
||||
.stagger-children > * {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user