Commit c847596
Fix collapsed accordion taking 100% of viewport height instead of container height
Resolves issue where collapsed channels were sizing to 100% of screen height
rather than 100% of the actual window container. Replaced explicit height: 100%
with flex: 1 to let flexbox naturally constrain the collapsed channel height
to match its siblings in the flex row.
Changes:
- Removed height: 100% and max-height: 100% from .channel-column--collapsed .channel-subheader
- Added flex: 1 to fill available space within the natural flex container bounds
- Collapsed channels now properly size to their row height, not viewport height
This ensures collapsed channels stay within the mosaic window boundaries
and don't extend beyond the visible area.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4b33cfc commit c847596
File tree
1 file changed
+1
-2
lines changed- benchmesh-serial-service/frontend/src/ui/workbench/EditorArea
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
| 261 | + | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
| |||
0 commit comments