Add whiteboard's admin dashboard #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_hanafy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
development_hanafyto Add whiteboard's admin dashboardThe Compact Island wraps content in a Bootstrap card whose card-body has flex-grow-1 but min-height:auto, so it couldn't shrink and content overflowed the overflow:hidden card with no scroll viewport (only fixed-height panes like the bottom logs scrolled). Add a .hero-island>.card-body{min-height:0} rule so every island's body can shrink and its inner overflow-auto scrolls (Docs/MCP, CRUD tables, etc.).