Commit 33dfa84
fix: explorer toggle button hidden behind main content
The collapse/expand toggle button on the explorer panel was being
rendered behind the main editor area due to missing stacking context
and overflow clipping.
Changes to .ideResizeExplorer:
- Changed overflow from hidden to visible to allow the button to render
outside container bounds
- Added position: relative and z-index: 10 to establish proper stacking
context above the adjacent editor area
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cbf44b8 commit 33dfa84
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments