[BUG] Preview panel overlaps chat area in RTL (Hebrew) layout
Resolved 💬 2 comments Opened Mar 15, 2026 by benzco89 Closed Apr 13, 2026
Description
When using Claude Code Desktop with Hebrew (RTL) interface, the Preview panel overlaps the chat area instead of being docked in its own section on the side.
Environment
- OS: Windows 11 Home 10.0.26200
- Claude Code: Desktop app (Max plan)
- Language: Hebrew (RTL)
Steps to Reproduce
- Use Claude Code Desktop with Hebrew system language / RTL text direction
- Start a dev server via
.claude/launch.json - Preview panel opens and overlaps the main chat area instead of docking to the side
Expected Behavior
Preview panel should dock to the right (or left) side of the chat, without overlapping the conversation.
Actual Behavior
Preview panel renders on top of the chat area, making both the chat and the preview difficult to use simultaneously.
Screenshot
(The preview panel covers the chat content instead of being positioned beside it)
Notes
- This is likely related to existing RTL issues (#30037, #30080, #30085, #24284)
- The panel positioning logic probably doesn't account for RTL layout direction
- Other RTL issues focus on text rendering; this is specifically about panel/layout positioning
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗