You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix color picker z-index and minimap tooltip overflow
- Color picker: switched to position:fixed + JS-computed right/bottom from
getBoundingClientRect() so it renders above the minimap's colored lines
(backdrop-filter on .bottom-panel was creating a scoped stacking context)
- Minimap tooltip: width:max-content + white-space:nowrap so large line
numbers like "Line 250,249" are never clipped
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments